diff options
author | Michael Lauer <mickey@vanille-media.de> | 2007-12-02 16:05:32 +0000 |
---|---|---|
committer | Michael Lauer <mickey@vanille-media.de> | 2007-12-02 16:05:32 +0000 |
commit | 282088f1ad999b8427ad8acf43021538388afa60 (patch) | |
tree | 3e0564475209464a8c8ea73930e74fdef7d6e1ad /site/common-glibc | |
parent | 540a1c1e47ffaf5fff8788d039ea32c0b1c5e4e8 (diff) | |
parent | 76690a09c46fc3214e2f0e3daab4ba1c55f52a0e (diff) |
merge of 'cdaf3702bfeaebdf9d1466a398935ab179583c9a'
and 'd045039e1aba07c5bb52c9acf9236d6bb0cf1831'
Diffstat (limited to 'site/common-glibc')
-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} - |