summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNicolás Reynolds <fauno@kiwwwi.com.ar>2012-09-20 21:30:05 -0300
committerNicolás Reynolds <fauno@kiwwwi.com.ar>2012-09-20 21:30:05 -0300
commit188f3616b7866423727869599710ab44dff19945 (patch)
tree5b96e84d955b08bb2f4ff189e69f27684808e9a0
parent1872d2123d241e0a3ef01a50fcdc4596b056bcf4 (diff)
libipq: linux/netfilter_ipv4/ip_queue.h is missing
disable libipq because the header is missing from both api-headers and headers. just checked on i686 it isn't there either.
-rw-r--r--core/iptables/PKGBUILD4
1 files changed, 3 insertions, 1 deletions
diff --git a/core/iptables/PKGBUILD b/core/iptables/PKGBUILD
index 6b77e6817..9ac514253 100644
--- a/core/iptables/PKGBUILD
+++ b/core/iptables/PKGBUILD
@@ -52,10 +52,12 @@ build() {
patch -Np1 -i ${srcdir}/0503-extension_cppflags.patch
+ [ "$CARCH" = "mips64el" ] || extra="--enable-libipq"
+
./configure --prefix=/usr \
--libexecdir=/usr/lib/iptables --sysconfdir=/etc \
--with-xtlibdir=/usr/lib/iptables \
- --enable-devel --enable-libipq \
+ --enable-devel $extra \
--enable-shared
make