buildroot/package/libiscsi/libiscsi.mk
Gustavo Zacarias 7e4e86d1af libiscsi: comma separate licenses
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
2015-12-15 22:02:37 +01:00

18 lines
615 B
Makefile

################################################################################
#
# libiscsi
#
################################################################################
LIBISCSI_VERSION = 1.15.0
LIBISCSI_SITE = https://sites.google.com/site/libiscsitarballs/libiscsitarballs
LIBISCSI_LICENSE = GPLv2+, LGPLv2.1+
LIBISCSI_LICENSE_FILES = COPYING LICENCE-GPL-2.txt LICENCE-LGPL-2.1.txt
LIBISCSI_INSTALL_STAGING = YES
# Force libiscsi to use gcc as the linker, otherwise it uses directly
# ld, which doesn't work for certain architectures.
LIBISCSI_CONF_ENV = LD="$(TARGET_CC)"
$(eval $(autotools-package))