diff options
author | Michael Krelin <hacker@klever.net> | 2008-05-07 21:13:20 +0000 |
---|---|---|
committer | Michael Krelin <hacker@klever.net> | 2008-05-07 21:13:20 +0000 |
commit | 088ad933bf3953f244fc4ec42423c75c1959c2f8 (patch) | |
tree | ceb15d6b4ce9dc0e30c98629788711ea2ebdeda6 /site | |
parent | d7d081c7ea40ea61365ca51b892cf7af8a802298 (diff) |
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 ;-)
Diffstat (limited to 'site')
-rw-r--r-- | site/common-glibc | 2 |
1 files changed, 2 insertions, 0 deletions
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 |