From 44aee4015f8e61dae714da3afb60c0f8566119cf Mon Sep 17 00:00:00 2001 From: Alejandro Mery Date: Tue, 17 Jul 2007 23:27:27 +0000 Subject: [PATCH] Cleaned glib by using configcache list --- base/glib/glib.conf | 14 ++++---------- 1 file changed, 4 insertions(+), 10 deletions(-) diff --git a/base/glib/glib.conf b/base/glib/glib.conf index 33eb6b511..751ece1ba 100644 --- a/base/glib/glib.conf +++ b/base/glib/glib.conf @@ -2,7 +2,7 @@ # This copyright note is auto-generated by ./scripts/Create-CopyPatch. # # Filename: package/.../glib/glib.conf -# Copyright (C) 2006 The OpenSDE Project +# Copyright (C) 2006 - 2007 The OpenSDE Project # Copyright (C) 2004 - 2006 The T2 SDE Project # # More information can be found in the files COPYING and README. @@ -15,14 +15,8 @@ if ! atstage native; then # help configure - glib_config_cache() { - cat <<-EOT >> config.cache - glib_cv_stack_grows=yes - glib_cv_uscore=no - ac_cv_func_posix_getpwuid_r=yes - EOT - } - - hook_add preconf 5 "glib_config_cache" + var_append configcache ' ' 'glib_cv_stack_grows=yes' + var_append configcache ' ' 'glib_cv_uscore=no' + var_append configcache ' ' 'ac_cv_func_posix_getpwuid_r=yes' fi