Merge pull request #2912 from dedeckeh/libnet-1.2.x

libnet-1.2.x: Enable pf_packet socket support by setting libnet_cv_have_packet_socket to yes
This commit is contained in:
Luka Perkov 2016-06-30 23:18:39 +02:00 committed by GitHub
commit bdbadcf9a4
1 changed files with 1 additions and 1 deletions

View File

@ -38,7 +38,7 @@ CONFIGURE_ARGS += \
CONFIGURE_VARS += \
ac_cv_libnet_endianess=$(ENDIANESS) \
ac_libnet_have_pf_packet=yes \
libnet_cv_have_packet_socket=yes \
LL_INT_TYPE=libnet_link_linux
define Build/Configure