mirror of
https://github.com/openwrt/openwrt.git
synced 2025-01-31 00:24:12 +00:00
librpc: use MDEPENDS instead of DEPENDS for @USE_UCLIBC to fix recursive busybox dependencies
SVN-Revision: 26492
This commit is contained in:
parent
459762ace2
commit
7fba202f97
@ -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…
x
Reference in New Issue
Block a user