libpfring: disable libnl
authorStijn Tintel <redacted>
Sun, 7 Oct 2018 10:20:11 +0000 (13:20 +0300)
committerStijn Tintel <redacted>
Sun, 7 Oct 2018 10:21:51 +0000 (13:21 +0300)
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 <redacted>
libs/libpfring/Makefile

index 8c2f545ef4c88119b6718f8ab5da56fdcd5a2bac..e7bedbddb1c743189b7aba351c4431a66398b232 100644 (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/
git clone https://git.99rst.org/PROJECT