Browse Source

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>
lilik-openwrt-22.03
Hans Dedecker 8 years ago
parent
commit
62257e3660
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      libs/libnet-1.2.x/Makefile

+ 1
- 1
libs/libnet-1.2.x/Makefile 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


Loading…
Cancel
Save