fastfetch: update to 2.35.0
[oi-userland.git] / components / sysutils / nmap / patches / libdnet-stripped.config.acinclude.m4.patch
blobb9b3d8c55a23b38bd331dbdcc2eb146733c76bc5
1 Allow building in zones with shared IP stack
2 --- nmap-7.95/libdnet-stripped/config/acinclude.m4.~1~ 2020-07-30 15:39:51.648028516 +0000
3 +++ nmap-7.95/libdnet-stripped/config/acinclude.m4 2020-07-30 15:42:42.397525112 +0000
4 @@ -162,7 +162,7 @@
5 AC_DEFUN(AC_DNET_STREAMS_MIB2,
6 [AC_MSG_CHECKING(for SNMP MIB2 STREAMS)
7 AC_CACHE_VAL(ac_cv_dnet_streams_mib2,[
8 - if test -f /usr/include/inet/mib2.h -a '(' -c /dev/ip -o -c /dev/arp ')' ; then
9 + if test -f /usr/include/inet/mib2.h ; then
10 ac_cv_dnet_streams_mib2=yes
11 else
12 ac_cv_dnet_streams_mib2=no