busybox: only add a build dependency on librpc if uclibc is selected
SVN-Revision: 25564
This commit is contained in:
parent
74ecb8f3c6
commit
7205eb2f7a
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue