diff options
author | Felix Fietkau <nbd@openwrt.org> | 2012-06-10 22:24:24 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2012-06-10 22:24:24 +0000 |
commit | af06655268ef77ba6d0fcba76fd9f8f27b9a58c1 (patch) | |
tree | 7da499e4866bc95013044ef82040118cc561fcef /package/busybox/Makefile | |
parent | 7d3d8aa9a7ddc18b096bc28bb8830c13f3ea5fa1 (diff) | |
download | upstream-af06655268ef77ba6d0fcba76fd9f8f27b9a58c1.tar.gz upstream-af06655268ef77ba6d0fcba76fd9f8f27b9a58c1.tar.bz2 upstream-af06655268ef77ba6d0fcba76fd9f8f27b9a58c1.zip |
busybox: remove BUSYBOX_USE_LIBRPC
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@32175 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/busybox/Makefile')
-rw-r--r-- | package/busybox/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/package/busybox/Makefile b/package/busybox/Makefile index 1d2d7b4fac..ef7f51877b 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:=9c0cae5a0379228e7b55e5b29528df8e -PKG_BUILD_DEPENDS:=BUSYBOX_USE_LIBRPC:librpc +PKG_BUILD_DEPENDS:=BUSYBOX_CONFIG_FEATURE_HAVE_RPC:librpc PKG_BUILD_PARALLEL:=1 include $(INCLUDE_DIR)/package.mk @@ -37,7 +37,7 @@ define Package/busybox MAINTAINER:=Nicolas Thill <nico@openwrt.org> TITLE:=Core utilities for embedded Linux URL:=http://busybox.net/ - DEPENDS:=+BUSYBOX_USE_LIBRPC:librpc + DEPENDS:=+BUSYBOX_CONFIG_FEATURE_HAVE_RPC:librpc MENU:=1 endef @@ -66,7 +66,7 @@ ifdef CONFIG_GCC_VERSION_LLVM endif LDLIBS:=m crypt -ifdef CONFIG_BUSYBOX_USE_LIBRPC +ifdef CONFIG_BUSYBOX_CONFIG_FEATURE_HAVE_RPC TARGET_CFLAGS += -I$(STAGING_DIR)/usr/include export LDFLAGS=$(TARGET_LDFLAGS) LDLIBS += rpc |