From 3d80aff1beeea4ea2b980b24743ef111183f53d7 Mon Sep 17 00:00:00 2001 From: florian Date: Mon, 11 Feb 2013 15:52:53 +0000 Subject: [PATCH] elfutils: argp-standalone is just a build-time dependency (#12855) Signed-off-by: Florian Fainelli git-svn-id: svn://svn.openwrt.org/openwrt/packages@35557 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- libs/elfutils/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/libs/elfutils/Makefile b/libs/elfutils/Makefile index 68ebebcb5..449e790c4 100644 --- a/libs/elfutils/Makefile +++ b/libs/elfutils/Makefile @@ -16,13 +16,15 @@ PKG_MD5SUM:=163a5712b86f6bdfebdf233cc6e2192d PKG_INSTALL:=1 +PKG_BUILD_DEPENDS:=USE_UCLIBC:argp-standalone + include $(INCLUDE_DIR)/package.mk include $(INCLUDE_DIR)/nls.mk define Package/elfutils/Default SECTION:=libs CATEGORY:=Libraries - DEPENDS:=$(INTL_DEPENDS) +USE_UCLIBC:argp-standalone + DEPENDS:=$(INTL_DEPENDS) TITLE:=ELF manipulation libraries URL:=https://fedorahosted.org/elfutils/ endef -- 2.11.0