diff options
author | Steven Barth <cyrus@openwrt.org> | 2014-10-06 06:24:53 +0000 |
---|---|---|
committer | Steven Barth <cyrus@openwrt.org> | 2014-10-06 06:24:53 +0000 |
commit | 8243e5716747c4a7b47261c00c00afcebee0c593 (patch) | |
tree | 7ce8d551af1f740d648b9c6c85d43171bdf8377b /package/network/utils/nftables/patches/103-remove-libintl-check.patch | |
parent | f9cccd2c14cddcddfa45968bcd2a42b4fec29241 (diff) | |
download | mtk-20170518-8243e5716747c4a7b47261c00c00afcebee0c593.zip mtk-20170518-8243e5716747c4a7b47261c00c00afcebee0c593.tar.gz mtk-20170518-8243e5716747c4a7b47261c00c00afcebee0c593.tar.bz2 |
nftables: bump to 2014-09-30, disable gmp
Signed-off-by: Steven Barth <steven@midlink.org>
SVN-Revision: 42802
Diffstat (limited to 'package/network/utils/nftables/patches/103-remove-libintl-check.patch')
-rw-r--r-- | package/network/utils/nftables/patches/103-remove-libintl-check.patch | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/package/network/utils/nftables/patches/103-remove-libintl-check.patch b/package/network/utils/nftables/patches/103-remove-libintl-check.patch new file mode 100644 index 0000000..c52612d --- /dev/null +++ b/package/network/utils/nftables/patches/103-remove-libintl-check.patch @@ -0,0 +1,11 @@ +--- a/configure.ac ++++ b/configure.ac +@@ -94,7 +94,7 @@ AC_SUBST(with_libreadline) + # Checks for header files. + AC_HEADER_STDC + AC_HEADER_ASSERT +-AC_CHECK_HEADERS([arpa/inet.h fcntl.h inttypes.h libintl.h limits.h malloc.h \ ++AC_CHECK_HEADERS([arpa/inet.h fcntl.h inttypes.h limits.h malloc.h \ + netdb.h netinet/in.h netinet/ip.h netinet/ip6.h \ + netinet/tcp.h netinet/udp.h netinet/ip_icmp.h \ + stddef.h stdint.h stdlib.h string.h unistd.h], , |