1 ################################################################################
5 ################################################################################
8 QLIBC_SITE
= $(call github
,wolkykim
,qlibc
,$(QLIBC_VERSION
))
10 QLIBC_LICENSE_FILES
= COPYING
12 # We're patching configure.ac
13 QLIBC_AUTORECONF
= YES
14 QLIBC_INSTALL_STAGING
= YES
15 QLIBC_DEPENDENCIES
= $(if
$(BR2_PACKAGE_LIBICONV
),libiconv
)
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
21 QLIBC_CONF_OPTS
= --without-mysql
--without-openssl
23 $(eval
$(autotools-package
))