From: Michael Krelin Date: Wed, 7 May 2008 21:13:20 +0000 (+0000) Subject: pth: fix it for (at least) gentoo multilib system. X-Git-Tag: Release-2010-05/1~6992 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=088ad933bf3953f244fc4ec42423c75c1959c2f8;p=openembedded.git pth: fix it for (at least) gentoo multilib system. actually, it's not a fix, but rather an attemt to mimick its behaviour on other systems, which is wrong, anyway, since it attempts checks against build system. But since it works, perhaps it should do for now. On the other hand, maybe opkg crashes somewhere around here, as gpgme depends on pth. BTW, long time no commits ;-) --- diff --git a/site/common-glibc b/site/common-glibc index 339d4658ae..6b7bf80c73 100644 --- a/site/common-glibc +++ b/site/common-glibc @@ -46,3 +46,5 @@ 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} +# pth +ac_cv_check_sjlj=ssjlj