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 / qlibc / qlibc.mk
1 ################################################################################
2 #
3 # qlibc
4 #
5 ################################################################################
6
7 QLIBC_VERSION = v2.1.6
8 QLIBC_SITE = $(call github,wolkykim,qlibc,$(QLIBC_VERSION))
9 QLIBC_LICENSE = BSD-2c
10 QLIBC_LICENSE_FILES = COPYING
11
12 # We're patching configure.ac
13 QLIBC_AUTORECONF = YES
14 QLIBC_INSTALL_STAGING = YES
15 QLIBC_DEPENDENCIES = $(if $(BR2_PACKAGE_LIBICONV),libiconv)
16
17 # The configure.ac checks for these use AC_CHECK_FILE() which doesn't
18 # work for cross-compilation. If someone wants to enable the support
19 # for OpenSSL or MySQL, some changes to the configure.ac will be
20 # needed.
21 QLIBC_CONF_OPTS = --without-mysql --without-openssl
22
23 $(eval $(autotools-package))