aboutsummaryrefslogtreecommitdiffstats
path: root/package/busybox
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
commitc8a781d61641e963725de6846d6d6de015eaaa82 (patch)
tree0e7aabf14fc7fea2df7327b098b2cbb659554f82 /package/busybox
parent051a88a1b08aa55ff9f94d53b87eae73607a12cc (diff)
downloadupstream-c8a781d61641e963725de6846d6d6de015eaaa82.tar.gz
upstream-c8a781d61641e963725de6846d6d6de015eaaa82.tar.bz2
upstream-c8a781d61641e963725de6846d6d6de015eaaa82.zip
busybox: now that librpc only compiles with uclibc, change the build dependency to BUSYBOX_CONFIG_FEATURE_HAVE_RPC:librpc
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@25574 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/busybox')
-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