busybox: simplify conditional dependency on librpc
authorFelix Fietkau <nbd@openwrt.org>
Sun, 3 Apr 2011 01:56:05 +0000 (01:56 +0000)
committerFelix Fietkau <nbd@openwrt.org>
Sun, 3 Apr 2011 01:56:05 +0000 (01:56 +0000)
SVN-Revision: 26430

package/busybox/Makefile

index 08acc37208a184b987acd09301245bc539e97087..84d70990a27d931c358295cb0d7f36d3985bbe3b 100644 (file)
@@ -37,7 +37,7 @@ define Package/busybox
   MAINTAINER:=Nicolas Thill <nico@openwrt.org>
   TITLE:=Core utilities for embedded Linux
   URL:=http://busybox.net/
-  DEPENDS:=+BUSYBOX_CONFIG_FEATURE_HAVE_RPC&&USE_UCLIBC:librpc
+  DEPENDS:=+BUSYBOX_USE_LIBRPC:librpc
   MENU:=1
 endef