summaryrefslogtreecommitdiffhomepage
path: root/vars/glib.vars
diff options
context:
space:
mode:
authorLucio Andrés Illanes Albornoz (arab, vxp) <lucio@lucioillanes.de>2017-11-29 00:23:39 +0000
committerLucio Andrés Illanes Albornoz (arab, vxp) <lucio@lucioillanes.de>2017-11-29 00:26:09 +0000
commit8a4338c602d8ee1eeddb8ede6b42414a6ccf7410 (patch)
treec7a0921b5d9b0442cca7ffb56627b64f4ff15ee5 /vars/glib.vars
parent72d45af25cd2267526c9dc95f244e5529f9caf30 (diff)
downloadmidipix_build-8a4338c602d8ee1eeddb8ede6b42414a6ccf7410.tar.bz2
midipix_build-8a4338c602d8ee1eeddb8ede6b42414a6ccf7410.tar.xz
subr/pkg_configure_autotools.subr: create ${PKG_BUILD_DIR}/config.cache from ${PKG_CONFIG_CACHE{,_EXTRA}}.
etc/config.cache, vars/*.vars: split into vars/*.vars.
Diffstat (limited to 'vars/glib.vars')
-rw-r--r--vars/glib.vars8
1 files changed, 8 insertions, 0 deletions
diff --git a/vars/glib.vars b/vars/glib.vars
index fea598c4..4b53e569 100644
--- a/vars/glib.vars
+++ b/vars/glib.vars
@@ -2,6 +2,14 @@
# set -o errexit -o noglob are assumed.
#
+: ${PKG_GLIB_CONFIG_CACHE_EXTRA:="
+glib_cv_stack_grows=yes
+glib_cv_uscore=yes
+ac_cv_func_posix_getpwuid_r=yes
+ac_cv_func_posix_getgrgid_r=yes
+glib_cv_eventfd=no"};
+: ${PKG_GLIB_HOST_CONFIG_CACHE_EXTRA:=${PKG_GLIB_CONFIG_CACHE_EXTRA}};
+
pkg_glib_install_pkgconfig_post() {
local _pc_path;
for _pc_path in $(find "${PKG_DESTDIR}"/lib/pkgconfig -name \*.pc); do