logrotate: enable selinux support
[buildroot-gz.git] / package / libunistring / libunistring.mk
blobce58b471f63cf3880ef639a9afd60d6bffbfdd63
1 ################################################################################
3 # libunistring
5 ################################################################################
7 LIBUNISTRING_VERSION = 0.9.7
8 LIBUNISTRING_SITE = $(BR2_GNU_MIRROR)/libunistring
9 LIBUNISTRING_SOURCE = libunistring-$(LIBUNISTRING_VERSION).tar.xz
10 LIBUNISTRING_INSTALL_STAGING = YES
11 LIBUNISTRING_LICENSE = LGPLv3+ or GPLv2
12 LIBUNISTRING_LICENSE_FILES = COPYING.LIB
14 ifeq ($(BR2_TOOLCHAIN_HAS_THREADS),y)
15 LIBUNISTRING_CONF_OPTS += --enable-threads=posix
16 else
17 LIBUNISTRING_CONF_OPTS += --disable-threads
18 endif
20 $(eval $(autotools-package))
21 $(eval $(host-autotools-package))