mirror of
https://github.com/hak5/wifipineapple-openwrt.git
synced 2025-10-29 16:57:19 +00: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
d269a8077e
commit
d0dea9ee34
@ -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