From bf47fe3d2776119aa9c7ba823423238f063922ea Mon Sep 17 00:00:00 2001 From: Stijn Tintel Date: Sun, 7 Oct 2018 13:20:11 +0300 Subject: [PATCH] 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 --- libs/libpfring/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/libs/libpfring/Makefile b/libs/libpfring/Makefile index 8c2f545ef..e7bedbddb 100644 --- a/libs/libpfring/Makefile +++ b/libs/libpfring/Makefile @@ -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/