From: <abe...@us...> - 2017-02-05 15:46:12
|
Revision: 8149 http://sourceforge.net/p/astlinux/code/8149 Author: abelbeck Date: 2017-02-05 15:46:11 +0000 (Sun, 05 Feb 2017) Log Message: ----------- unixodbc, build system tweaks, no functional change Modified Paths: -------------- branches/1.0/package/unixodbc/unixodbc.mk Modified: branches/1.0/package/unixodbc/unixodbc.mk =================================================================== --- branches/1.0/package/unixodbc/unixodbc.mk 2017-02-04 22:18:55 UTC (rev 8148) +++ branches/1.0/package/unixodbc/unixodbc.mk 2017-02-05 15:46:11 UTC (rev 8149) @@ -6,13 +6,14 @@ UNIXODBC_VERSION = 2.3.4 UNIXODBC_SOURCE = unixODBC-$(UNIXODBC_VERSION).tar.gz UNIXODBC_SITE = ftp://ftp.unixodbc.org/pub/unixODBC -UNIXODBC_DEPENDENCIES = host-bison host-flex libtool +UNIXODBC_DEPENDENCIES = host-bison host-flex libtool $(if $(BR2_PACKAGE_FLEX),flex) UNIXODBC_INSTALL_STAGING = YES UNIXODBC_CONF_OPT = \ --disable-static \ --disable-gui \ + --disable-readline \ --with-pic \ --disable-drivers This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |