conntrack-tools: add a build dependency on librpc (fixes #19342)
Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 45099
This commit is contained in:
parent
b3d110fc53
commit
f93a316430
1 changed files with 2 additions and 0 deletions
|
@ -26,6 +26,8 @@ PKG_INSTALL:=1
|
||||||
|
|
||||||
TAR_OPTIONS += --exclude='*.rej'
|
TAR_OPTIONS += --exclude='*.rej'
|
||||||
|
|
||||||
|
PKG_BUILD_DEPENDS:=librpc
|
||||||
|
|
||||||
include $(INCLUDE_DIR)/package.mk
|
include $(INCLUDE_DIR)/package.mk
|
||||||
|
|
||||||
define Package/conntrack-tools
|
define Package/conntrack-tools
|
||||||
|
|
Loading…
Reference in a new issue