From 088ad933bf3953f244fc4ec42423c75c1959c2f8 Mon Sep 17 00:00:00 2001 From: Michael Krelin Date: Wed, 7 May 2008 21:13:20 +0000 Subject: [PATCH] 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 ;-) --- site/common-glibc | 2 ++ 1 file changed, 2 insertions(+) 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 -- 2.7.4