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: SlugOS5.3-beta~3136 X-Git-Url: http://code.vuplus.com/gitweb/?p=vuplus_openembedded;a=commitdiff_plain;h=088ad933bf3953f244fc4ec42423c75c1959c2f8 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 339d465..6b7bf80 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