aboutsummaryrefslogtreecommitdiffstats
path: root/meta/site
diff options
context:
space:
mode:
authorRichard Purdie <richard@openedhand.com>2007-12-18 15:04:06 +0000
committerRichard Purdie <richard@openedhand.com>2007-12-18 15:04:06 +0000
commit34927dfa61c696442f297c284d546e443ed21485 (patch)
tree64f1c54a57ec1aebb1abb1cee682759d6581e04b /meta/site
parentce30130b7c9b12a44368a3db4678e31fdc3adca4 (diff)
downloadopenembedded-core-34927dfa61c696442f297c284d546e443ed21485.tar.gz
Sync various tweaks from OE, change default SRCREV policy to not auto increment rather than hitting the network.
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3345 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'meta/site')
-rw-r--r--meta/site/common-glibc7
1 files changed, 7 insertions, 0 deletions
diff --git a/meta/site/common-glibc b/meta/site/common-glibc
index 362fe538cd..0ec53423f1 100644
--- a/meta/site/common-glibc
+++ b/meta/site/common-glibc
@@ -37,3 +37,10 @@ ac_cv_func_pthread_attr_getstack=${ac_cv_func_pthread_attr_getstack=yes}
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}