summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas Petazzoni <thomas.petazzoni@free-electrons.com>2017-07-03 22:54:35 +0200
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>2017-07-05 01:28:44 +0200
commit3430b9997c1aedda4cfbbfe5ebd043d98297d0bc (patch)
treef1759d9da4e382329e488d4cf792d83f36f20b7e
parent77c997b5095347808939aeab694f97c774af1399 (diff)
downloadbuildroot-3430b9997c1aedda4cfbbfe5ebd043d98297d0bc.tar.gz
buildroot-3430b9997c1aedda4cfbbfe5ebd043d98297d0bc.zip
lightning: remove -lintl linking
This is not needed: libbfd is now properly linked against libintl, so libintl is pulled in automatically. Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
-rw-r--r--package/lightning/lightning.mk2
1 files changed, 0 insertions, 2 deletions
diff --git a/package/lightning/lightning.mk b/package/lightning/lightning.mk
index 0c2a10194c..2b4931becc 100644
--- a/package/lightning/lightning.mk
+++ b/package/lightning/lightning.mk
@@ -13,8 +13,6 @@ LIGHTNING_INSTALL_STAGING = YES
ifeq ($(BR2_PACKAGE_LIGHTNING_DISASSEMBLER),y)
LIGHTNING_DEPENDENCIES += binutils zlib
LIGHTNING_CONF_OPTS += --enable-disassembler
-# binutils libraries are not explicitly linked against gettext
-LIGHTNING_CONF_ENV += $(if $(BR2_NEEDS_GETTEXT_IF_LOCALE),LIBS=-lintl)
endif
$(eval $(autotools-package))
OpenPOWER on IntegriCloud