2013-06-06 01:53:30 +02:00
|
|
|
################################################################################
|
2012-12-13 12:47:02 +01:00
|
|
|
#
|
|
|
|
# libiscsi
|
|
|
|
#
|
2013-06-06 01:53:30 +02:00
|
|
|
################################################################################
|
2012-12-13 12:47:02 +01:00
|
|
|
|
2015-07-26 22:38:32 +02:00
|
|
|
LIBISCSI_VERSION = 1.15.0
|
2015-03-09 23:14:51 +01:00
|
|
|
LIBISCSI_SITE = https://sites.google.com/site/libiscsitarballs/libiscsitarballs
|
2015-12-14 14:10:57 +01:00
|
|
|
LIBISCSI_LICENSE = GPLv2+, LGPLv2.1+
|
2014-09-06 16:00:40 +02:00
|
|
|
LIBISCSI_LICENSE_FILES = COPYING LICENCE-GPL-2.txt LICENCE-LGPL-2.1.txt
|
2012-12-13 12:47:02 +01:00
|
|
|
LIBISCSI_INSTALL_STAGING = YES
|
2014-09-06 16:00:40 +02:00
|
|
|
|
2015-07-28 16:26:31 +02:00
|
|
|
# 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)"
|
|
|
|
|
2012-12-13 12:47:02 +01:00
|
|
|
$(eval $(autotools-package))
|