From bb618fd7de467d986b1314f782fae286beba7fa3 Mon Sep 17 00:00:00 2001 From: EnumDev Date: Mon, 17 Nov 2025 20:10:13 +0200 Subject: [PATCH] Move config directory from /usr/etc to /etc --- pkg.info | 2 +- source.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pkg.info b/pkg.info index 534527a..8e484d3 100644 --- a/pkg.info +++ b/pkg.info @@ -1,7 +1,7 @@ name: unixodbc description: Open specification for providing application developers with a predictable API with which to access Data Sources version: 2.3.14 -revision: 1 +revision: 2 url: https://www.unixodbc.org/ license: GPL2-or-later,LGPL2.1-or-later architecture: any diff --git a/source.sh b/source.sh index 49f8989..342f8c3 100644 --- a/source.sh +++ b/source.sh @@ -12,7 +12,7 @@ prepare() { # The build function is executed in the source directory # This function is used to compile the source code build() { - ./configure --prefix=/usr + ./configure --prefix=/usr --sysconfdir=/etc # Prevent overlinking due to libtool sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool