From: <abe...@us...> - 2013-03-05 13:33:08
|
Revision: 5977 http://astlinux.svn.sourceforge.net/astlinux/?rev=5977&view=rev Author: abelbeck Date: 2013-03-05 13:33:01 +0000 (Tue, 05 Mar 2013) Log Message: ----------- unixodbc, don't build static libs, saves a couple minutes of build time Modified Paths: -------------- branches/1.0/package/unixodbc/unixodbc.mk Modified: branches/1.0/package/unixodbc/unixodbc.mk =================================================================== --- branches/1.0/package/unixodbc/unixodbc.mk 2013-03-05 00:48:52 UTC (rev 5976) +++ branches/1.0/package/unixodbc/unixodbc.mk 2013-03-05 13:33:01 UTC (rev 5977) @@ -11,6 +11,7 @@ UNIXODBC_INSTALL_STAGING = YES UNIXODBC_CONF_OPT = \ + --disable-static \ --disable-gui \ --with-pic \ --enable-drivers This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |