1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2024-11-24 00:07:11 +02:00

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
This commit is contained in:
nbd 2011-02-18 18:16:29 +00:00
parent a1f989fd1a
commit 400a4c2488

View File

@ -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