diff options
author | Nicolás Reynolds <fauno@kiwwwi.com.ar> | 2012-09-20 21:30:05 -0300 |
---|---|---|
committer | Nicolás Reynolds <fauno@kiwwwi.com.ar> | 2012-09-20 21:30:05 -0300 |
commit | 188f3616b7866423727869599710ab44dff19945 (patch) | |
tree | 5b96e84d955b08bb2f4ff189e69f27684808e9a0 | |
parent | 1872d2123d241e0a3ef01a50fcdc4596b056bcf4 (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/PKGBUILD | 4 |
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 |