From: Felix Fietkau Date: Thu, 17 Feb 2011 19:01:59 +0000 (+0000) Subject: busybox: only add a build dependency on librpc if uclibc is selected X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fsvn-archive%2Farchive.git;a=commitdiff_plain;h=17d36d724d3da7418c492c7cddffbb921b40d079 busybox: only add a build dependency on librpc if uclibc is selected SVN-Revision: 25564 --- 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