[arch-commits] Commit in ptlib/gnome-unstable (PKGBUILD)

Jan de Groot jgc at archlinux.org
Wed Sep 23 09:15:50 UTC 2009


    Date: Wednesday, September 23, 2009 @ 05:15:50
  Author: jgc
Revision: 52916

Disable LDFLAGS, ptlib is not usable with -Wl,--as-needed

Modified:
  ptlib/gnome-unstable/PKGBUILD

----------+
 PKGBUILD |    1 +
 1 file changed, 1 insertion(+)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2009-09-23 09:07:39 UTC (rev 52915)
+++ PKGBUILD	2009-09-23 09:15:50 UTC (rev 52916)
@@ -16,6 +16,7 @@
 
 build() {
   cd "${srcdir}/${pkgname}-${pkgver}"
+  unset LDFLAGS
   ./configure --prefix=/usr --libdir=/usr/lib \
       --sysconfdir=/etc --localstatedir=/var \
       --enable-opal --enable-plugins \




More information about the arch-commits mailing list