From: Felix Fietkau <nbd@openwrt.org>
Date: Sun, 3 Apr 2011 01:56:05 +0000 (+0000)
Subject: busybox: simplify conditional dependency on librpc
X-Git-Url: http://git.cdn.openwrt.org/?a=commitdiff_plain;h=4717461455c4ec396fafbc1e22d35279d547675f;p=openwrt%2Fstaging%2Faparcar.git

busybox: simplify conditional dependency on librpc

SVN-Revision: 26430
---

diff --git a/package/busybox/Makefile b/package/busybox/Makefile
index 08acc37208..84d70990a2 100644
--- a/package/busybox/Makefile
+++ b/package/busybox/Makefile
@@ -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