mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-29 14:16:31 +00:00
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>
This commit is contained in:
parent
77c997b509
commit
3430b9997c
@ -13,8 +13,6 @@ LIGHTNING_INSTALL_STAGING = YES
|
|||||||
ifeq ($(BR2_PACKAGE_LIGHTNING_DISASSEMBLER),y)
|
ifeq ($(BR2_PACKAGE_LIGHTNING_DISASSEMBLER),y)
|
||||||
LIGHTNING_DEPENDENCIES += binutils zlib
|
LIGHTNING_DEPENDENCIES += binutils zlib
|
||||||
LIGHTNING_CONF_OPTS += --enable-disassembler
|
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
|
endif
|
||||||
|
|
||||||
$(eval $(autotools-package))
|
$(eval $(autotools-package))
|
||||||
|
Loading…
x
Reference in New Issue
Block a user