Blame view

buildroot/buildroot-2016.08.1/package/libunistring/libunistring.mk 642 Bytes
6b13f685e   김민수   BSP 최초 추가
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
  ################################################################################
  #
  # libunistring
  #
  ################################################################################
  
  LIBUNISTRING_VERSION = 0.9.6
  LIBUNISTRING_SITE = $(BR2_GNU_MIRROR)/libunistring
  LIBUNISTRING_SOURCE = libunistring-$(LIBUNISTRING_VERSION).tar.xz
  LIBUNISTRING_INSTALL_STAGING = YES
  LIBUNISTRING_LICENSE = LGPLv3+
  LIBUNISTRING_LICENSE_FILES = COPYING.LIB
  
  ifeq ($(BR2_TOOLCHAIN_HAS_THREADS),y)
  LIBUNISTRING_CONF_OPTS += --enable-threads=posix
  else
  LIBUNISTRING_CONF_OPTS += --disable-threads
  endif
  
  $(eval $(autotools-package))
  $(eval $(host-autotools-package))