aboutsummaryrefslogtreecommitdiffstats
path: root/package
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2011-02-18 18:16:29 +0000
committerFelix Fietkau <nbd@openwrt.org>2011-02-18 18:16:29 +0000
commit419b9d824a4db404847fb9fa2005718b741311da (patch)
tree8dff2c6b51943633f2041f7956baedb6bdd979ad /package
parentcc880f6736a95fc231757ff466188d3d72b93e12 (diff)
downloadupstream-419b9d824a4db404847fb9fa2005718b741311da.tar.gz
upstream-419b9d824a4db404847fb9fa2005718b741311da.tar.bz2
upstream-419b9d824a4db404847fb9fa2005718b741311da.zip
busybox: now that librpc only compiles with uclibc, change the build dependency to BUSYBOX_CONFIG_FEATURE_HAVE_RPC:librpc
SVN-Revision: 25574
Diffstat (limited to 'package')
-rw-r--r--package/busybox/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/busybox/Makefile b/package/busybox/Makefile
index 622e1651f9..460d28d2ef 100644
--- a/package/busybox/Makefile
+++ b/package/busybox/Makefile
@@ -17,7 +17,7 @@ PKG_SOURCE_URL:=http://www.busybox.net/downloads \
http://distfiles.gentoo.org/distfiles/
PKG_MD5SUM:=a2ce1a951571da8c6e0eaf75b1acef60
-PKG_BUILD_DEPENDS:=USE_UCLIBC:librpc
+PKG_BUILD_DEPENDS:=BUSYBOX_CONFIG_FEATURE_HAVE_RPC:librpc
PKG_BUILD_PARALLEL:=1
include $(INCLUDE_DIR)/package.mk