mirror of
https://github.com/openwrt/openwrt.git
synced 2025-03-14 16:26:34 +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> (cherry picked from commit fe37574be63ef7c6c1c1e611f052ed25c99a8aa1)
This commit is contained in:
parent
7f512e602a
commit
ff5b9059b4
@ -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