aboutsummaryrefslogtreecommitdiffstats
path: root/site
diff options
context:
space:
mode:
authorPhilipp Zabel <philipp.zabel@gmail.com>2007-11-16 16:12:56 +0000
committerPhilipp Zabel <philipp.zabel@gmail.com>2007-11-16 16:12:56 +0000
commit0ded981f0bed7d8d92ec2633c9cc3f89a90ccf31 (patch)
tree4a6524de1976e9fce3267d5d6ddfe67d8e29fd42 /site
parent3dd5a5d7ad3829252e36e97085521f88cc8f0bbc (diff)
downloadopenembedded-0ded981f0bed7d8d92ec2633c9cc3f89a90ccf31.tar.gz
site/arm-*: add getgrgid for gio
Diffstat (limited to 'site')
-rw-r--r--site/arm-common3
-rw-r--r--site/arm-linux1
2 files changed, 4 insertions, 0 deletions
diff --git a/site/arm-common b/site/arm-common
index fb050dbcf1..5d3e68a18a 100644
--- a/site/arm-common
+++ b/site/arm-common
@@ -74,6 +74,9 @@ ac_cv_func_fnmatch_works=${ac_cv_func_fnmatch_works=yes}
# gettext
am_cv_func_working_getline=${am_cv_func_working_getline=yes}
+# gio
+ac_cv_func_getgrgid_r=${ac_cv_func_getgrgid_r=yes}
+
# glib
glib_cv_sizeof_gmutex=${glib_cv_sizeof_gmutex=24}
glib_cv_sizeof_system_thread=${glib_cv_sizeof_system_thread=4}
diff --git a/site/arm-linux b/site/arm-linux
index 9aea75b5a9..868d982ec4 100644
--- a/site/arm-linux
+++ b/site/arm-linux
@@ -4,6 +4,7 @@ ac_cv_func_setgrent_void=yes
ac_cv_func_malloc_0_nonnull=yes
ac_cv_func_malloc_works=yes
ac_cv_func_posix_getpwuid_r=${ac_cv_func_posix_getpwuid_r=yes}
+ac_cv_func_posix_getgrgid_r=${ac_cv_func_posix_getgrgid_r=yes}
ac_cv_func_setvbuf_reversed=no
ac_cv_sizeof___int64=${ac_cv_sizeof___int64=0}
ac_cv_sizeof_char=${ac_cv_sizeof_char=1}