mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-11-04 23:25:01 +02:00
busybox: remove BUSYBOX_USE_LIBRPC
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@32175 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
e5778e471c
commit
8171f3fbb7
@ -19,10 +19,6 @@ config BUSYBOX_CONFIG_HUSH
|
|||||||
default y if NOMMU
|
default y if NOMMU
|
||||||
default n if !NOMMU
|
default n if !NOMMU
|
||||||
|
|
||||||
config BUSYBOX_USE_LIBRPC
|
|
||||||
bool
|
|
||||||
default y if BUSYBOX_CONFIG_FEATURE_HAVE_RPC
|
|
||||||
|
|
||||||
source "package/busybox/config/Config.in"
|
source "package/busybox/config/Config.in"
|
||||||
|
|
||||||
endif
|
endif
|
||||||
|
@ -17,7 +17,7 @@ PKG_SOURCE_URL:=http://www.busybox.net/downloads \
|
|||||||
http://distfiles.gentoo.org/distfiles/
|
http://distfiles.gentoo.org/distfiles/
|
||||||
PKG_MD5SUM:=9c0cae5a0379228e7b55e5b29528df8e
|
PKG_MD5SUM:=9c0cae5a0379228e7b55e5b29528df8e
|
||||||
|
|
||||||
PKG_BUILD_DEPENDS:=BUSYBOX_USE_LIBRPC:librpc
|
PKG_BUILD_DEPENDS:=BUSYBOX_CONFIG_FEATURE_HAVE_RPC:librpc
|
||||||
PKG_BUILD_PARALLEL:=1
|
PKG_BUILD_PARALLEL:=1
|
||||||
|
|
||||||
include $(INCLUDE_DIR)/package.mk
|
include $(INCLUDE_DIR)/package.mk
|
||||||
@ -37,7 +37,7 @@ define Package/busybox
|
|||||||
MAINTAINER:=Nicolas Thill <nico@openwrt.org>
|
MAINTAINER:=Nicolas Thill <nico@openwrt.org>
|
||||||
TITLE:=Core utilities for embedded Linux
|
TITLE:=Core utilities for embedded Linux
|
||||||
URL:=http://busybox.net/
|
URL:=http://busybox.net/
|
||||||
DEPENDS:=+BUSYBOX_USE_LIBRPC:librpc
|
DEPENDS:=+BUSYBOX_CONFIG_FEATURE_HAVE_RPC:librpc
|
||||||
MENU:=1
|
MENU:=1
|
||||||
endef
|
endef
|
||||||
|
|
||||||
@ -66,7 +66,7 @@ ifdef CONFIG_GCC_VERSION_LLVM
|
|||||||
endif
|
endif
|
||||||
|
|
||||||
LDLIBS:=m crypt
|
LDLIBS:=m crypt
|
||||||
ifdef CONFIG_BUSYBOX_USE_LIBRPC
|
ifdef CONFIG_BUSYBOX_CONFIG_FEATURE_HAVE_RPC
|
||||||
TARGET_CFLAGS += -I$(STAGING_DIR)/usr/include
|
TARGET_CFLAGS += -I$(STAGING_DIR)/usr/include
|
||||||
export LDFLAGS=$(TARGET_LDFLAGS)
|
export LDFLAGS=$(TARGET_LDFLAGS)
|
||||||
LDLIBS += rpc
|
LDLIBS += rpc
|
||||||
|
Loading…
Reference in New Issue
Block a user