linux: Bump default to version 4.5.4
[buildroot-gz.git] / package / libiscsi / libiscsi.mk
blob71c10c10140481649eee59ca22a296943e970868
1 ################################################################################
3 # libiscsi
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))