]> code.ossystems Code Review - openembedded-core.git/commitdiff
site/common-glibc: Add definitions to make gcc's inbuilt zlib work
authorRichard Purdie <richard@openedhand.com>
Fri, 26 Oct 2007 11:03:36 +0000 (11:03 +0000)
committerRichard Purdie <richard@openedhand.com>
Fri, 26 Oct 2007 11:03:36 +0000 (11:03 +0000)
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@2989 311d38ba-8fff-0310-9ca6-ca027cbcb966

meta/site/common-glibc

index edbf4b41ee26c7859321dcec654157ff24f9cd31..362fe538cd992692c20a1ef2e5978544040adc0b 100644 (file)
@@ -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}