From: Florian Fainelli Date: Tue, 15 Jan 2013 10:15:44 +0000 (+0000) Subject: elfutils: fix build with CONFIG_NLS_FULL (#12740) X-Git-Url: http://git.openwrt.org/?a=commitdiff_plain;h=f5f644f8164c4b5daff7cdc639571b9bc79c3361;p=openwrt%2Fsvn-archive%2Farchive.git elfutils: fix build with CONFIG_NLS_FULL (#12740) Thanks to mva for providing logs. Signed-off-by: Florian Fainelli SVN-Revision: 35166 --- diff --git a/libs/elfutils/Makefile b/libs/elfutils/Makefile index 7dcc2c7a76..4f2ffa5fb4 100644 --- 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"