aboutsummaryrefslogtreecommitdiffstats
path: root/meta/site
diff options
context:
space:
mode:
authorRichard Purdie <richard@openedhand.com>2007-10-26 11:03:36 +0000
committerRichard Purdie <richard@openedhand.com>2007-10-26 11:03:36 +0000
commitcdd1dbc4778b3f7d393c5be8f0174f73ef7b8f29 (patch)
tree079fe2c1f5a340ccf1c7689790d4e127ee13d601 /meta/site
parent01e27b878bfb3eddec75dc53f41db184c20032dd (diff)
downloadopenembedded-core-cdd1dbc4778b3f7d393c5be8f0174f73ef7b8f29.tar.gz
site/common-glibc: Add definitions to make gcc's inbuilt zlib work
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@2989 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'meta/site')
-rw-r--r--meta/site/common-glibc4
1 files changed, 4 insertions, 0 deletions
diff --git a/meta/site/common-glibc b/meta/site/common-glibc
index edbf4b41ee..362fe538cd 100644
--- a/meta/site/common-glibc
+++ b/meta/site/common-glibc
@@ -33,3 +33,7 @@ mono_cv_uscore=${mono_cv_uscore=no}
# guile
ac_cv_func_pthread_attr_getstack=${ac_cv_func_pthread_attr_getstack=yes}
+#gcc-zlib
+ac_cv_func_getpagesize=${ac_cv_func_getpagesize=yes}
+ac_cv_func_memcpy=${ac_cv_func_memcpy=yes}
+ac_cv_func_strerror=${ac_cv_func_strerror=yes}