libnet-1.2.x: Enable pf_packet socket support by setting libnet_cv_have_packet_socket to yes
PF_PACKET support is not enabled by setting ac_libnet_have_pf_packet but by setting libnet_cv_have_packet_socket in the Makefile Signed-off-by: Hans Dedecker <dedeckeh@gmail.com>
This commit is contained in:
parent
eea673bc08
commit
62257e3660
1 changed files with 1 additions and 1 deletions
|
@ -38,7 +38,7 @@ CONFIGURE_ARGS += \
|
||||||
|
|
||||||
CONFIGURE_VARS += \
|
CONFIGURE_VARS += \
|
||||||
ac_cv_libnet_endianess=$(ENDIANESS) \
|
ac_cv_libnet_endianess=$(ENDIANESS) \
|
||||||
ac_libnet_have_pf_packet=yes \
|
libnet_cv_have_packet_socket=yes \
|
||||||
LL_INT_TYPE=libnet_link_linux
|
LL_INT_TYPE=libnet_link_linux
|
||||||
|
|
||||||
define Build/Configure
|
define Build/Configure
|
||||||
|
|
Loading…
Reference in a new issue