mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-12-25 07:30:48 +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
|
SECTION:=libs
|
||||||
CATEGORY:=Libraries
|
CATEGORY:=Libraries
|
||||||
TITLE:=uClibc RPC library
|
TITLE:=uClibc RPC library
|
||||||
DEPENDS:=@USE_UCLIBC
|
MDEPENDS:=@USE_UCLIBC
|
||||||
endef
|
endef
|
||||||
|
|
||||||
ifdef CONFIG_USE_UCLIBC
|
ifdef CONFIG_USE_UCLIBC
|
||||||
|
Loading…
Reference in New Issue
Block a user