hc
2024-08-14 d5ef2fdafdb09de9c2f876fc0edf2ba6bf224909
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
################################################################################
#
# libiscsi
#
################################################################################
 
LIBISCSI_VERSION = 1.19.0
LIBISCSI_SITE = $(call github,sahlberg,libiscsi,$(LIBISCSI_VERSION))
LIBISCSI_LICENSE = GPL-2.0+, LGPL-2.1+
LIBISCSI_LICENSE_FILES = COPYING LICENCE-GPL-2.txt LICENCE-LGPL-2.1.txt
LIBISCSI_INSTALL_STAGING = YES
LIBISCSI_AUTORECONF = YES
 
LIBISCSI_CONF_OPTS = --disable-examples --disable-werror --disable-manpages \
   --disable-test-tool --disable-tests
 
$(eval $(autotools-package))