diff options
author | nbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2011-04-05 19:03:55 +0000 |
---|---|---|
committer | nbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2011-04-05 19:03:55 +0000 |
commit | 73e204606bede472f535f9e974b502d2b0a94308 (patch) | |
tree | 9c797a94f3967be87fe88ea96ddab71674e5a606 /package/librpc/Makefile | |
parent | db273bc36e951025393256e94b14310b5ead8da2 (diff) |
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/Makefile')
-rw-r--r-- | package/librpc/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/librpc/Makefile b/package/librpc/Makefile index 5dc616276..96a7b7c70 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 |