From: nbd Date: Fri, 18 Feb 2011 18:16:29 +0000 (+0000) Subject: busybox: now that librpc only compiles with uclibc, change the build dependency to... X-Git-Url: https://git.archive.openwrt.org/?a=commitdiff_plain;h=400a4c24880280cda0f167cf0c4ddc3a3dbf8dee;p=openwrt.git 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 --- 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