mirror of
https://github.com/openwrt/openwrt.git
synced 2025-03-13 07:54:14 +00:00
libpcap: add missing PKG_CONFIG_DEPENDS entries
Currently, enabling USB, BT or Netfilter support after initial compilation will not trigger a rebuild, so add the missing PKG_CONFIG_DEPENDS so that rebuild gets triggered. Signed-off-by: Robert Marko <robert.marko@sartura.hr>
This commit is contained in:
parent
3d3328bf5f
commit
fe37574be6
@ -22,7 +22,11 @@ PKG_CPE_ID:=cpe:/a:tcpdump:libpcap
|
||||
|
||||
PKG_ASLR_PIE_REGULAR:=1
|
||||
|
||||
PKG_CONFIG_DEPENDS := CONFIG_PACKAGE_rpcapd
|
||||
PKG_CONFIG_DEPENDS := \
|
||||
CONFIG_PACKAGE_rpcapd \
|
||||
CONFIG_PCAP_HAS_USB \
|
||||
CONFIG_PCAP_HAS_BT \
|
||||
CONFIG_PCAP_HAS_NETFILTER
|
||||
|
||||
include $(INCLUDE_DIR)/package.mk
|
||||
include $(INCLUDE_DIR)/cmake.mk
|
||||
|
Loading…
x
Reference in New Issue
Block a user