From: Stijn Tintel Date: Sun, 7 Oct 2018 10:20:11 +0000 (+0300) Subject: libpfring: disable libnl X-Git-Url: http://git.99rst.org/?a=commitdiff_plain;h=bf47fe3d2776119aa9c7ba823423238f063922ea;p=openwrt-packages.git 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 --- 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/