1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2024-10-01 10:07:37 +03:00

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
This commit is contained in:
nbd 2011-04-05 19:03:55 +00:00
parent db273bc36e
commit 73e204606b

View File

@ -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