aboutsummaryrefslogtreecommitdiffstats
path: root/package/librpc
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2011-04-05 19:03:55 +0000
committerFelix Fietkau <nbd@openwrt.org>2011-04-05 19:03:55 +0000
commitd0dea9ee3440e7b20bf416d4ca77b9d9cbe22147 (patch)
tree9c797a94f3967be87fe88ea96ddab71674e5a606 /package/librpc
parentd269a8077e2f448d1b316c7df810614a4d8c6e3a (diff)
downloadupstream-d0dea9ee3440e7b20bf416d4ca77b9d9cbe22147.tar.gz
upstream-d0dea9ee3440e7b20bf416d4ca77b9d9cbe22147.tar.bz2
upstream-d0dea9ee3440e7b20bf416d4ca77b9d9cbe22147.zip
librpc: use MDEPENDS instead of DEPENDS for @USE_UCLIBC to fix recursive busybox dependencies
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26492 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/librpc')
-rw-r--r--package/librpc/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/librpc/Makefile b/package/librpc/Makefile
index 5dc6162763..96a7b7c702 100644
--- a/package/librpc/Makefile
+++ b/package/librpc/Makefile
@@ -20,7 +20,7 @@ define Package/librpc
SECTION:=libs
CATEGORY:=Libraries
TITLE:=uClibc RPC library
- DEPENDS:=@USE_UCLIBC
+ MDEPENDS:=@USE_UCLIBC
endef
ifdef CONFIG_USE_UCLIBC