diff options
author | Richard Purdie <rpurdie@rpsys.net> | 2007-12-01 21:22:19 +0000 |
---|---|---|
committer | Richard Purdie <rpurdie@rpsys.net> | 2007-12-01 21:22:19 +0000 |
commit | 7181f2f12b9b48fa6666973da0e9c82ea9e57bd7 (patch) | |
tree | 43c449be5fed8698de0a626799a03abc54b68505 /site | |
parent | b8ba01d0e445eee967623d2cceb15955bc295e4d (diff) |
site/common-glibc: Add entry for gcc-zlib from poky
Diffstat (limited to 'site')
-rw-r--r-- | site/common-glibc | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/site/common-glibc b/site/common-glibc index 1f9c967dff..0ec53423f1 100644 --- a/site/common-glibc +++ b/site/common-glibc @@ -33,10 +33,14 @@ 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} + # squid ac_cv_af_unix_large_dgram=${ac_cv_af_unix_large_dgram=yes} ac_cv_func_setresuid=${ac_cv_func_setresuid=yes} ac_cv_func_va_copy=${ac_cv_func_va_copy=yes} ac_cv_func___va_copy=${ac_cv_func___va_copy=yes} ac_cv_epoll_works=${ac_cv_epoll_works=yes} - |