mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-11-19 04:49:42 +02: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:
parent
db273bc36e
commit
73e204606b
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user