From: nbd Date: Tue, 5 Apr 2011 19:03:55 +0000 (+0000) Subject: librpc: use MDEPENDS instead of DEPENDS for @USE_UCLIBC to fix recursive busybox... X-Git-Url: https://git.rohieb.name/openwrt.git/commitdiff_plain/73e204606bede472f535f9e974b502d2b0a94308 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 --- diff --git a/package/librpc/Makefile b/package/librpc/Makefile index 5dc616276..96a7b7c70 100644 --- a/package/librpc/Makefile +++ b/package/librpc/Makefile @@ -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