diff options
author | Steven Barth <cyrus@openwrt.org> | 2014-10-21 20:00:56 +0000 |
---|---|---|
committer | Steven Barth <cyrus@openwrt.org> | 2014-10-21 20:00:56 +0000 |
commit | 71d05d211dd8eb3e4cd9a95b0d87d37e95d5aa60 (patch) | |
tree | 0e4d7f5f9cd1735a4193bac51b103a10e143c89c /package/network/utils/nftables/patches/103-remove-libintl-check.patch | |
parent | 0b3fec7e80cff3d87b0795c08ba0997441ae3e0c (diff) | |
download | mtk-20170518-71d05d211dd8eb3e4cd9a95b0d87d37e95d5aa60.zip mtk-20170518-71d05d211dd8eb3e4cd9a95b0d87d37e95d5aa60.tar.gz mtk-20170518-71d05d211dd8eb3e4cd9a95b0d87d37e95d5aa60.tar.bz2 |
nftables: bump to latest, fix minigmp
Signed-off-by: Steven Barth <steven@midlink.org>
SVN-Revision: 43013
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, 0 insertions, 11 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 deleted file mode 100644 index c52612d..0000000 --- a/package/network/utils/nftables/patches/103-remove-libintl-check.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- 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], , |