projects
/
openwrt
/
staging
/
blocktrron.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0af4a26
)
libpcap: fix PKG_CONFIG_DEPENDS for rpcapd
author
Jianhui Zhao
<zhaojh329@gmail.com>
Wed, 6 Jul 2022 06:23:31 +0000
(14:23 +0800)
committer
Hauke Mehrtens
<hauke@hauke-m.de>
Sun, 10 Jul 2022 16:11:36 +0000
(18:11 +0200)
This fix allows trigger a rerun of Build/Configure when
rpcapd was selected.
Signed-off-by: Jianhui Zhao <zhaojh329@gmail.com>
package/libs/libpcap/Makefile
patch
|
blob
|
history
diff --git
a/package/libs/libpcap/Makefile
b/package/libs/libpcap/Makefile
index 2e5fc0783173084681169a5c7325119bd459e6cc..d5d943699485654fea9374dd625f76add64df43a 100644
(file)
--- a/
package/libs/libpcap/Makefile
+++ b/
package/libs/libpcap/Makefile
@@
-21,6
+21,8
@@
PKG_LICENSE_FILES:=LICENSE
PKG_ASLR_PIE_REGULAR:=1
+PKG_CONFIG_DEPENDS := CONFIG_PACKAGE_rpcapd
+
include $(INCLUDE_DIR)/package.mk
include $(INCLUDE_DIR)/cmake.mk