diff options
author | Felix Fietkau <nbd@openwrt.org> | 2015-03-29 01:44:14 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2015-03-29 01:44:14 +0000 |
commit | 109ce797452c2ba6280c44fede7d04a918e71e56 (patch) | |
tree | 6b124eb6aea3f5a07a0fe76605336bd7845d2ef1 /package/network/utils | |
parent | e438489e46a9ff07d6df28859989f7430da86730 (diff) | |
download | upstream-109ce797452c2ba6280c44fede7d04a918e71e56.tar.gz upstream-109ce797452c2ba6280c44fede7d04a918e71e56.tar.bz2 upstream-109ce797452c2ba6280c44fede7d04a918e71e56.zip |
conntrack-tools: add a build dependency on librpc (fixes #19342)
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@45099 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/network/utils')
-rw-r--r-- | package/network/utils/conntrack-tools/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/package/network/utils/conntrack-tools/Makefile b/package/network/utils/conntrack-tools/Makefile index 6a47095a7d..2c479c0849 100644 --- a/package/network/utils/conntrack-tools/Makefile +++ b/package/network/utils/conntrack-tools/Makefile @@ -26,6 +26,8 @@ PKG_INSTALL:=1 TAR_OPTIONS += --exclude='*.rej' +PKG_BUILD_DEPENDS:=librpc + include $(INCLUDE_DIR)/package.mk define Package/conntrack-tools |