From c7eed7aa700e3b2bd8b5e25c886886635ce5d2ab Mon Sep 17 00:00:00 2001
From: nbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Date: Thu, 17 Feb 2011 19:01:59 +0000
Subject: [PATCH] busybox: only add a build dependency on librpc if uclibc is
 selected

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@25564 3c298f89-4303-0410-b956-a3cf2f4a3e73
---
 package/busybox/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/package/busybox/Makefile b/package/busybox/Makefile
index f4095c73c..622e1651f 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
-- 
2.20.1