diff options
-rw-r--r-- | libraries/unixODBC/README | 10 | ||||
-rw-r--r-- | libraries/unixODBC/unixODBC.SlackBuild | 3 |
2 files changed, 2 insertions, 11 deletions
diff --git a/libraries/unixODBC/README b/libraries/unixODBC/README index e74e4af87dfc..2782b9148180 100644 --- a/libraries/unixODBC/README +++ b/libraries/unixODBC/README @@ -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. diff --git a/libraries/unixODBC/unixODBC.SlackBuild b/libraries/unixODBC/unixODBC.SlackBuild index 889bbdd627e6..9b50e90011ea 100644 --- a/libraries/unixODBC/unixODBC.SlackBuild +++ b/libraries/unixODBC/unixODBC.SlackBuild @@ -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 \ |