[41196] trunk/dports/devel/apr-util/Portfile

dluke at macports.org dluke at macports.org
Mon Oct 27 13:29:36 PDT 2008


Revision: 41196
          http://trac.macports.org/changeset/41196
Author:   dluke at macports.org
Date:     2008-10-27 13:29:36 -0700 (Mon, 27 Oct 2008)
Log Message:
-----------
Remove --disable-util-dso as it causes a bogus libmysqlclient_r.la to be added to the pkg-config libs for apr-util

Modified Paths:
--------------
    trunk/dports/devel/apr-util/Portfile

Modified: trunk/dports/devel/apr-util/Portfile
===================================================================
--- trunk/dports/devel/apr-util/Portfile	2008-10-27 20:24:07 UTC (rev 41195)
+++ trunk/dports/devel/apr-util/Portfile	2008-10-27 20:29:36 UTC (rev 41196)
@@ -4,6 +4,7 @@
 
 name		apr-util
 version		1.3.4
+revision	1
 categories	devel
 maintainers	dluke at geeklair.net
 platforms	darwin
@@ -26,8 +27,7 @@
 use_parallel_build	yes
 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} \
-		--disable-util-dso
+		--without-mysql --without-pgsql --with-sqlite3=${prefix} 
 
 test.run	yes
 test.target	check
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20081027/05f510e8/attachment.html>


More information about the macports-changes mailing list