[arch-commits] Commit in python-sip/trunk (PKGBUILD)
Andrea Scarpino
andrea at archlinux.org
Tue Jan 11 21:07:11 UTC 2011
Date: Tuesday, January 11, 2011 @ 16:07:11
Author: andrea
Revision: 105805
pass CFLAGS (FS#22401)
Modified:
python-sip/trunk/PKGBUILD
----------+
PKGBUILD | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2011-01-11 21:05:54 UTC (rev 105804)
+++ PKGBUILD 2011-01-11 21:07:11 UTC (rev 105805)
@@ -16,7 +16,7 @@
build() {
cd ${srcdir}/sip-${pkgver}
- python configure.py
+ python configure.py CFLAGS="${CFLAGS}" LFLAGS="${LDFLAGS}"
make
}
More information about the arch-commits
mailing list