diff options
author | Felix Fietkau <nbd@openwrt.org> | 2011-02-17 19:01:59 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2011-02-17 19:01:59 +0000 |
commit | 3cc942a2b3738cf56344ed344a6926bf91ea6d94 (patch) | |
tree | e856f85b37252159b886d73234a6250e8fdb912c /package/busybox/Makefile | |
parent | da051bcd85166658763c44a3f835e98355931007 (diff) | |
download | master-187ad058-3cc942a2b3738cf56344ed344a6926bf91ea6d94.tar.gz master-187ad058-3cc942a2b3738cf56344ed344a6926bf91ea6d94.tar.bz2 master-187ad058-3cc942a2b3738cf56344ed344a6926bf91ea6d94.zip |
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
Diffstat (limited to 'package/busybox/Makefile')
-rw-r--r-- | package/busybox/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
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 |