aboutsummaryrefslogtreecommitdiffstats
path: root/site
diff options
context:
space:
mode:
authorMarcin Juszkiewicz <hrw@openembedded.org>2008-03-06 17:39:45 +0000
committerMarcin Juszkiewicz <hrw@openembedded.org>2008-03-06 17:39:45 +0000
commit9ce9cc1d57bb17dbc03a0a9ecc744e2778759e36 (patch)
treebab7ab8e4711c5d500c674c16087d507adbbf0fb /site
parent0229445e18a9e1fd717ad4a7d7ed25c24e768c87 (diff)
downloadopenembedded-9ce9cc1d57bb17dbc03a0a9ecc744e2778759e36.tar.gz
ix86-common: added ac_cv_func_posix_getgrgid_r=yes required by glib 2.15.6
Diffstat (limited to 'site')
-rw-r--r--site/ix86-common1
1 files changed, 1 insertions, 0 deletions
diff --git a/site/ix86-common b/site/ix86-common
index 00c544f382..a5c4b60805 100644
--- a/site/ix86-common
+++ b/site/ix86-common
@@ -134,6 +134,7 @@ glib_cv_stack_grows=${glib_cv_stack_grows=no}
utils_cv_sys_open_max=${utils_cv_sys_open_max=1015}
ac_cv_func_posix_getpwuid_r=${ac_cv_func_posix_getpwuid_r=yes}
glib_cv_use_pid_surrogate=${glib_cv_use_pid_surrogate=yes}
+ac_cv_func_posix_getgrgid_r=${ac_cv_func_posix_getgrgid_r=yes}
# guile
ac_cv_sys_restartable_syscalls=yes