[arch-commits] Commit in php/trunk (PKGBUILD)

Pierre Schmitz pierre at archlinux.org
Tue Nov 24 06:18:32 UTC 2009


    Date: Tuesday, November 24, 2009 @ 01:18:31
  Author: pierre
Revision: 59493

see http://bugs.archlinux.org/task/17259

Modified:
  php/trunk/PKGBUILD

----------+
 PKGBUILD |    3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2009-11-24 04:58:22 UTC (rev 59492)
+++ PKGBUILD	2009-11-24 06:18:31 UTC (rev 59493)
@@ -43,7 +43,8 @@
 
 build() {
 	# ldap-sasl does not compile with --as-needed
-	export LDFLAGS="-Wl,--hash-style=gnu"
+	export LDFLAGS="${LDFLAGS//-Wl,--as-needed}"
+	export LDFLAGS="${LDFLAGS//,--as-needed}"
 
 	phpconfig="--prefix=/usr \
 		--sysconfdir=/etc/php \




More information about the arch-commits mailing list