summaryrefslogtreecommitdiff
path: root/core/iptables/PKGBUILD
diff options
context:
space:
mode:
authorMichał Masłowski <mtjm@mtjm.eu>2012-02-02 11:49:30 +0100
committerMichał Masłowski <mtjm@mtjm.eu>2012-02-02 11:49:30 +0100
commit8c2be15938e3ec559429e4137420ac246c9f7641 (patch)
tree985da2395afe5f2fbafa6e8c1cfc4296a6cb4f58 /core/iptables/PKGBUILD
parent9d0a374dab604311fd494d33b285d61d61d1d906 (diff)
parentac5ada660240f37d7347e42123071990f616e418 (diff)
Merge branch 'master' of ssh://parabolagnulinux.org:1863/home/parabola/abslibre-pre-mips64el
Conflicts: community-staging/mtpaint/PKGBUILD community-testing/mtpaint/PKGBUILD community-testing/rawtherapee/PKGBUILD community/gedit-plugins/PKGBUILD core/iptables/PKGBUILD core/sudo/PKGBUILD extra/xfce4-xkb-plugin/PKGBUILD multilib/lib32-zlib/PKGBUILD staging/mtpaint/PKGBUILD testing/kmod/PKGBUILD testing/openjdk6/PKGBUILD testing/run-parts/PKGBUILD testing/xulrunner/PKGBUILD
Diffstat (limited to 'core/iptables/PKGBUILD')
-rw-r--r--core/iptables/PKGBUILD16
1 files changed, 11 insertions, 5 deletions
diff --git a/core/iptables/PKGBUILD b/core/iptables/PKGBUILD
index 390d6d482..604065120 100644
--- a/core/iptables/PKGBUILD
+++ b/core/iptables/PKGBUILD
@@ -1,10 +1,10 @@
-# $Id: PKGBUILD 142199 2011-11-06 05:47:47Z bisson $
+# $Id: PKGBUILD 148436 2012-01-31 20:35:00Z ronald $
# Maintainer: Ronald van Haren <ronald.archlinux.org>
# Contributor: Thomas Baechler <thomas@archlinux.org>
pkgname=iptables
-pkgver=1.4.12.1
-pkgrel=2.1
+pkgver=1.4.12.2
+pkgrel=1
pkgdesc='Linux kernel packet control tool'
arch=('i686' 'x86_64' 'mips64el')
license=('GPL2')
@@ -24,7 +24,7 @@ source=("http://www.iptables.org/projects/iptables/files/${pkgname}-${pkgver}.ta
empty-raw.rules
empty-security.rules)
backup=(etc/conf.d/iptables)
-sha1sums=('86022c3b5129ad7105f5087ec1349e99cc5a9728'
+sha1sums=('4dc8cdf1b711b23ed88eaaaa0e0e157d2bf2d81c'
'5bb6fa526665cdd728c26f0f282f5a51f220cf88'
'2db68906b603e5268736f48c8e251f3a49da1d75'
'83b3363878e3660ce23b2ad325b53cbd6c796ecf'
@@ -49,13 +49,19 @@ build() {
./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
}
package() {
cd "${srcdir}/${pkgname}-${pkgver}"
+
+ unset CFLAGS
+ unset LDFLAGS
+
make DESTDIR="${pkgdir}" install
cd "${srcdir}"