projects
/
packages.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0684c59
)
[packages] elfutils: use nls.mk
author
jow
<jow@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Wed, 2 Feb 2011 20:06:24 +0000
(20:06 +0000)
committer
jow
<jow@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Wed, 2 Feb 2011 20:06:24 +0000
(20:06 +0000)
git-svn-id: svn://svn.openwrt.org/openwrt/packages@25326
3c298f89
-4303-0410-b956-
a3cf2f4a3e73
libs/elfutils/Makefile
patch
|
blob
|
history
diff --git
a/libs/elfutils/Makefile
b/libs/elfutils/Makefile
index
5a19a93
..
afb3502
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