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