git.99rst.org
/
openwrt-packages.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
| inline |
side by side
(parent:
cab093b
)
libpfring: disable libnl
author
Stijn Tintel
<redacted>
Sun, 7 Oct 2018 10:20:11 +0000
(13:20 +0300)
committer
Stijn 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
patch
|
blob
|
history
diff --git
a/libs/libpfring/Makefile
b/libs/libpfring/Makefile
index 8c2f545ef4c88119b6718f8ab5da56fdcd5a2bac..e7bedbddb1c743189b7aba351c4431a66398b232 100644
(file)
--- 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/
git clone https://git.99rst.org/PROJECT