Revision: 108713 https://trac.macports.org/changeset/108713 Author: dluke@macports.org Date: 2013-07-31 07:12:09 -0700 (Wed, 31 Jul 2013) Log Message: ----------- apr-util: prevent opportunistic linking with sqlite2 (fixes #39928) Modified Paths: -------------- trunk/dports/devel/apr-util/Portfile Modified: trunk/dports/devel/apr-util/Portfile =================================================================== --- trunk/dports/devel/apr-util/Portfile 2013-07-31 11:45:00 UTC (rev 108712) +++ trunk/dports/devel/apr-util/Portfile 2013-07-31 14:12:09 UTC (rev 108713) @@ -4,6 +4,7 @@ name apr-util version 1.5.2 +revision 1 categories devel maintainers geeklair.net:dluke platforms darwin @@ -28,7 +29,7 @@ configure.ccache no configure.args --with-apr=${prefix}/bin/apr-1-config --with-expat=${prefix} \ --with-iconv=${prefix} --with-berkeley-db=${prefix}/include:${prefix}/lib/db46 \ - --without-mysql --without-pgsql --with-sqlite3=${prefix} + --without-mysql --without-pgsql --without-sqlite2 --with-sqlite3=${prefix} test.run yes test.target check
participants (1)
-
dluke@macports.org