Blame view

buildroot/buildroot-2016.08.1/package/libiscsi/libiscsi.mk 615 Bytes
6b13f685e   김민수   BSP 최초 추가
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
  ################################################################################
  #
  # 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))