projects
/
openwrt
/
svn-archive
/
packages.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1e5cd3f
)
elfutils: argp-standalone is just a build-time dependency (#12855)
author
Florian Fainelli
<florian@openwrt.org>
Mon, 11 Feb 2013 15:52:53 +0000
(15:52 +0000)
committer
Florian Fainelli
<florian@openwrt.org>
Mon, 11 Feb 2013 15:52:53 +0000
(15:52 +0000)
Signed-off-by: Florian Fainelli <florian@openwrt.org>
SVN-Revision: 35557
libs/elfutils/Makefile
patch
|
blob
|
history
diff --git
a/libs/elfutils/Makefile
b/libs/elfutils/Makefile
index 68ebebcb57ee96597a9d0a621aa093e26fda9cb4..449e790c4c6057bf2fe974fc40e188690556f722 100644
(file)
--- 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