elfutils: fix build with CONFIG_NLS_FULL (#12740)
Thanks to mva for providing logs. Signed-off-by: Florian Fainelli <florian@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/packages@35166 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
1b41368465
commit
9b4b891ca2
@ -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"
|
||||
|
Loading…
x
Reference in New Issue
Block a user