Browse Source

libpfring: disable libnl

When libnl is built, libpfring links against it. This causes the build
to fail due to a missing dependency. Disable libnl to avoid this.

Signed-off-by: Stijn Tintel <stijn@linux-ipv6.be>
lilik-openwrt-22.03
Stijn Tintel 6 years ago
parent
commit
bf47fe3d27
1 changed files with 2 additions and 1 deletions
  1. +2
    -1
      libs/libpfring/Makefile

+ 2
- 1
libs/libpfring/Makefile View File

@ -56,7 +56,8 @@ define Build/InstallDev
endef
CONFIGURE_VARS += \
MACHINE="$(ARCH)"
MACHINE="$(ARCH)" \
ac_cv_lib_nl_3_nl_socket_alloc=no
define Package/libpfring/install
$(INSTALL_DIR) $(1)/usr/lib/


Loading…
Cancel
Save