Browse Source

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
lilik-openwrt-22.03
Luka Perkov 9 years ago
committed by GitHub
parent
commit
bdbadcf9a4
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