projects
/
openwrt
/
staging
/
rmilecki.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a155245
)
procd: depend on libubox directly to rebuild on ABI changes
author
Felix Fietkau
<nbd@openwrt.org>
Sun, 23 Feb 2014 17:32:18 +0000
(17:32 +0000)
committer
Felix Fietkau
<nbd@openwrt.org>
Sun, 23 Feb 2014 17:32:18 +0000
(17:32 +0000)
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 39724
package/system/procd/Makefile
patch
|
blob
|
history
diff --git
a/package/system/procd/Makefile
b/package/system/procd/Makefile
index fbdd08433dffc7495c2c90deedd0bce2229947cf..86b64067ab0e6eda5c2b067dafd7b50e9097a4ac 100644
(file)
--- a/
package/system/procd/Makefile
+++ b/
package/system/procd/Makefile
@@
-25,7
+25,7
@@
TARGET_LDFLAGS += $(if $(CONFIG_USE_EGLIBC),-lrt)
define Package/procd
SECTION:=base
CATEGORY:=Base system
- DEPENDS:=+ubusd +ubus +libjson-script +ubox +USE_EGLIBC:librt
+ DEPENDS:=+ubusd +ubus +libjson-script +ubox +USE_EGLIBC:librt
+libubox
TITLE:=OpenWrt system process manager
endef