mirror of
https://github.com/novatiq/packages.git
synced 2026-04-30 15:38:40 +01:00
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:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user