From: Florian Fainelli Date: Mon, 11 Feb 2013 16:03:09 +0000 (+0000) Subject: elfutils: remove argp-standalone dependency X-Git-Url: http://git.openwrt.org/?a=commitdiff_plain;h=554934ace5ae56fe47b0ef202ab0ce51dc9730fe;p=openwrt%2Fsvn-archive%2Farchive.git elfutils: remove argp-standalone dependency It is required only when building elfutils binaries (readelf, ld ...) but not the library itself. Signed-off-by: Florian Fainelli SVN-Revision: 35558 --- diff --git a/libs/elfutils/Makefile b/libs/elfutils/Makefile index 449e790c4c..0aa8d77866 100644 --- a/libs/elfutils/Makefile +++ b/libs/elfutils/Makefile @@ -16,8 +16,6 @@ PKG_MD5SUM:=163a5712b86f6bdfebdf233cc6e2192d PKG_INSTALL:=1 -PKG_BUILD_DEPENDS:=USE_UCLIBC:argp-standalone - include $(INCLUDE_DIR)/package.mk include $(INCLUDE_DIR)/nls.mk @@ -44,11 +42,6 @@ ifeq ($(CONFIG_BUILD_NLS),y) TARGET_LDFLAGS += "-lintl" endif -ifdef CONFIG_USE_UCLIBC -CONFIGURE_VARS += \ - LIBS="-largp" -endif - CONFIGURE_ARGS += \ --disable-werror