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

Ronald van Haren ronald at archlinux.org
Sun Jan 29 12:46:20 UTC 2012


    Date: Sunday, January 29, 2012 @ 07:46:20
  Author: ronald
Revision: 147990

upgpkg: iptables 1.4.12.2-1

update to 1.4.12.2

Modified:
  iptables/trunk/PKGBUILD

----------+
 PKGBUILD |    7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2012-01-29 12:18:24 UTC (rev 147989)
+++ PKGBUILD	2012-01-29 12:46:20 UTC (rev 147990)
@@ -34,8 +34,7 @@
           'c45b738b5ec4cfb11611b984c21a83b91a2d58f3'
           '1694d79b3e6e9d9d543f6a6e75fed06066c9a6c6'
           '7db53bb882f62f6c677cc8559cff83d8bae2ef73'
-          'ebbd1424a1564fd45f455a81c61ce348f0a14c2e'
-          '654daa658ed99490888902893585d8ead5276344')
+          'ebbd1424a1564fd45f455a81c61ce348f0a14c2e')
 
 build() {
   cd "${srcdir}/${pkgname}-${pkgver}"
@@ -50,7 +49,9 @@
  ./configure --prefix=/usr \
      --libexecdir=/usr/lib/iptables --sysconfdir=/etc \
      --with-xtlibdir=/usr/lib/iptables \
-     --enable-devel --enable-libipq 
+     --enable-devel --enable-libipq \
+     --enable-shared --enable-static 
+# build fails when not enabling static, see if we can remove it on next build
 
   make
 }




More information about the arch-commits mailing list