3430b9997c
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>
19 lines
522 B
Makefile
19 lines
522 B
Makefile
################################################################################
|
|
#
|
|
# lightning
|
|
#
|
|
################################################################################
|
|
|
|
LIGHTNING_VERSION = 2.1.0
|
|
LIGHTNING_SITE = $(BR2_GNU_MIRROR)/lightning
|
|
LIGHTNING_LICENSE = LGPL-3.0+
|
|
LIGHTNING_LICENSE_FILES = COPYING.LESSER
|
|
LIGHTNING_INSTALL_STAGING = YES
|
|
|
|
ifeq ($(BR2_PACKAGE_LIGHTNING_DISASSEMBLER),y)
|
|
LIGHTNING_DEPENDENCIES += binutils zlib
|
|
LIGHTNING_CONF_OPTS += --enable-disassembler
|
|
endif
|
|
|
|
$(eval $(autotools-package))
|