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

Andrea Scarpino andrea at archlinux.org
Tue Jan 11 21:07:39 UTC 2011


    Date: Tuesday, January 11, 2011 @ 16:07:39
  Author: andrea
Revision: 105806

pass CFLAGS (FS#22401)

Modified:
  python2-sip/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2011-01-11 21:07:11 UTC (rev 105805)
+++ PKGBUILD	2011-01-11 21:07:39 UTC (rev 105806)
@@ -20,7 +20,7 @@
 build() {
   cd ${srcdir}/sip-${pkgver}
 
-  python2 configure.py
+  python2 configure.py CFLAGS="${CFLAGS}" LFLAGS="${LDFLAGS}"
   make
 }
 




More information about the arch-commits mailing list