]> git.pld-linux.org Git - packages/iptables.git/blob - iptables-link.patch
- added link patch: don't propagate -lpcap everywhere; release 2
[packages/iptables.git] / iptables-link.patch
1 --- iptables-1.8.3/configure.ac.orig    2019-05-27 17:09:32.000000000 +0200
2 +++ iptables-1.8.3/configure.ac 2019-09-22 08:36:45.230554448 +0200
3 @@ -117,7 +117,7 @@
4  AM_CONDITIONAL([ENABLE_CONNLABEL], [test "$enable_connlabel" = "yes"])
5  
6  if test "x$enable_bpfc" = "xyes" || test "x$enable_nfsynproxy" = "xyes"; then
7 -       AC_CHECK_LIB(pcap, pcap_compile,, AC_MSG_ERROR(missing libpcap library required by bpf compiler or nfsynproxy tool))
8 +       AC_CHECK_LIB(pcap, pcap_compile, [:], AC_MSG_ERROR(missing libpcap library required by bpf compiler or nfsynproxy tool))
9  fi
10  
11  PKG_CHECK_MODULES([libnfnetlink], [libnfnetlink >= 1.0],
This page took 0.06681 seconds and 3 git commands to generate.