libraries/unixODBC: Use includedir to avoid conflict.

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Willy Sudiarto Raharjo 2024-04-03 22:15:45 +07:00
parent ef33b9a0f4
commit a1f4113cdd
No known key found for this signature in database
GPG Key ID: 3F617144D7238786
2 changed files with 2 additions and 11 deletions

View File

@ -4,13 +4,3 @@ to include GUI support for both KDE and GNOME. ODBC is an open
specification for providing application developers with a predictable
API with which to access Data Sources. Data Sources include SQL
Servers and any Data Source with an ODBC Driver.
This will be compiled without GUI support. If you want to give it
a try, edit the build script and comment out the "--disable-gui"
configure argument.
Also, there is a seperate GUI frontend available separately from:
http://www.unixodbc.org/gui/
NOTE: This package conflicts with libiodbc in Slackware. Make sure to
reinstall libiodbc if you remove this package.

View File

@ -33,7 +33,7 @@ cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=unixODBC
VERSION=${VERSION:-2.3.12}
BUILD=${BUILD:-1}
BUILD=${BUILD:-2}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
@ -86,6 +86,7 @@ CXXFLAGS="$SLKCFLAGS" \
./configure \
--prefix=/usr \
--libdir=/usr/lib${LIBDIRSUFFIX} \
--includedir=/usr/include/unixodbc \
--sysconfdir=/etc \
--disable-static \
--disable-gui \