The cirros image was rebuilt against the 3.13.0-83 kernel, drivers e1000e, igbvf...
[packages/trusty/cirros-testvm.git] / cirros-testvm / src-cirros / buildroot-2015.05 / package / libunistring / libunistring.mk
1 ################################################################################
2 #
3 # libunistring
4 #
5 ################################################################################
6
7 LIBUNISTRING_VERSION = 0.9.5
8 LIBUNISTRING_SITE = $(BR2_GNU_MIRROR)/libunistring
9 LIBUNISTRING_SOURCE = libunistring-$(LIBUNISTRING_VERSION).tar.xz
10 LIBUNISTRING_INSTALL_STAGING = YES
11 LIBUNISTRING_LICENSE = LGPLv3+
12 LIBUNISTRING_LICENSE_FILES = COPYING.LIB
13
14 ifeq ($(BR2_TOOLCHAIN_HAS_THREADS),y)
15 LIBUNISTRING_CONF_OPTS += --enable-threads=posix
16 else
17 LIBUNISTRING_CONF_OPTS += --disable-threads
18 endif
19
20 $(eval $(autotools-package))
21 $(eval $(host-autotools-package))