libraries/unixODBC: Use includedir to avoid conflict.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
ef33b9a0f4
commit
a1f4113cdd
|
@ -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.
|
||||
|
|
|
@ -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 \
|
||||
|
|
Loading…
Reference in New Issue