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:
b3d110f
)
conntrack-tools: add a build dependency on librpc (fixes #19342)
author
Felix Fietkau
<nbd@openwrt.org>
Sun, 29 Mar 2015 01:44:14 +0000
(
01:44
+0000)
committer
Felix Fietkau
<nbd@openwrt.org>
Sun, 29 Mar 2015 01:44:14 +0000
(
01:44
+0000)
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 45099
package/network/utils/conntrack-tools/Makefile
patch
|
blob
|
history
diff --git
a/package/network/utils/conntrack-tools/Makefile
b/package/network/utils/conntrack-tools/Makefile
index 6a47095a7d1d355ce934054c391785905f5e5ccf..2c479c0849c18d4edad8e00e8c2c5bc130f1d17e 100644
(file)
--- 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