projects
/
openwrt
/
svn-archive
/
archive.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
422bb7a
)
elfutils: fix build with CONFIG_NLS_FULL (#12740)
author
Florian Fainelli
<
[email protected]
>
Tue, 15 Jan 2013 10:15:44 +0000
(10:15 +0000)
committer
Florian Fainelli
<
[email protected]
>
Tue, 15 Jan 2013 10:15:44 +0000
(10:15 +0000)
Thanks to mva for providing logs.
Signed-off-by: Florian Fainelli <
[email protected]
>
SVN-Revision: 35166
libs/elfutils/Makefile
patch
|
blob
|
history
diff --git
a/libs/elfutils/Makefile
b/libs/elfutils/Makefile
index 7dcc2c7a76fa69d48d320339089d73969058ee24..4f2ffa5fb47afc3a5d364631828cb326468cf6d5 100644
(file)
--- a/
libs/elfutils/Makefile
+++ b/
libs/elfutils/Makefile
@@
-38,6
+38,10
@@
define Package/libelf1
TITLE+= (libelf)
endef
+ifeq ($(CONFIG_BUILD_NLS),y)
+TARGET_LDFLAGS += "-lintl"
+endif
+
ifdef CONFIG_USE_UCLIBC
CONFIGURE_VARS += \
LIBS="-largp"