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:
954e9a6
)
elfutils: use nls.mk
author
Jo-Philipp Wich
<jow@openwrt.org>
Wed, 2 Feb 2011 20:06:24 +0000
(20:06 +0000)
committer
Jo-Philipp Wich
<jow@openwrt.org>
Wed, 2 Feb 2011 20:06:24 +0000
(20:06 +0000)
SVN-Revision: 25326
libs/elfutils/Makefile
patch
|
blob
|
history
diff --git
a/libs/elfutils/Makefile
b/libs/elfutils/Makefile
index 5a19a935b2dc1de894411b724598b5495e7159d4..afb3502f8497110edf8885d2ba3ce64f2b35908b 100644
(file)
--- a/
libs/elfutils/Makefile
+++ b/
libs/elfutils/Makefile
@@
-17,11
+17,12
@@
PKG_MD5SUM:=3dcfb28fa339090a1d29a9e148cce469
PKG_INSTALL:=1
include $(INCLUDE_DIR)/package.mk
+include $(INCLUDE_DIR)/nls.mk
define Package/elfutils
SECTION:=libs
CATEGORY:=Libraries
- DEPENDS:=
+libintl
+ DEPENDS:=
$(INTL_DEPENDS)
TITLE:=ELF utilities
URL:=https://fedorahosted.org/elfutils/
endef