summaryrefslogtreecommitdiffstats
path: root/package
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2011-02-17 19:01:59 +0000
committerFelix Fietkau <nbd@openwrt.org>2011-02-17 19:01:59 +0000
commit7205eb2f7a4a9636b12d4ff281c3b7ac5df4d309 (patch)
treec8ab5aef8fc5e40a3ba8c55b86c7916a409aa75d /package
parent74ecb8f3c6ada63e6e8a0988b8326ed573c70fe8 (diff)
downloadmaster-31e0f0ae-7205eb2f7a4a9636b12d4ff281c3b7ac5df4d309.tar.gz
master-31e0f0ae-7205eb2f7a4a9636b12d4ff281c3b7ac5df4d309.tar.bz2
master-31e0f0ae-7205eb2f7a4a9636b12d4ff281c3b7ac5df4d309.zip
busybox: only add a build dependency on librpc if uclibc is selected
SVN-Revision: 25564
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 f4095c73c9..622e1651f9 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:=librpc
+PKG_BUILD_DEPENDS:=USE_UCLIBC:librpc
PKG_BUILD_PARALLEL:=1
include $(INCLUDE_DIR)/package.mk