From 16ece46b049659d5fa1a9be61c955afa714fcb7a Mon Sep 17 00:00:00 2001 From: Jamie Lenehan Date: Thu, 17 May 2007 02:23:59 +0000 Subject: site: Update the site files to handle glibc having sys_siglist while uclibc doesn't. It was only enabled for arm and ixp4xx in older version of uclibc but not for anything else. Uclibc says it'll go away in uclibc soon and so shouldn't be used. --- site/common-glibc | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'site/common-glibc') diff --git a/site/common-glibc b/site/common-glibc index 9358856856..13e82beba3 100644 --- a/site/common-glibc +++ b/site/common-glibc @@ -1,3 +1,10 @@ +# general +ac_cv_have_decl_sys_siglist=${ac_cv_have_decl_sys_siglist=yes} + +# bash +bash_cv_under_sys_siglist=${bash_cv_under_sys_siglist=yes} +bash_cv_sys_siglist=${bash_cv_sys_siglist=yes} + # clamav clamav_av_func_working_snprintf_long=${clamav_av_func_working_snprintf_long=yes} clamav_av_have_in_port_t=${clamav_av_have_in_port_t=yes} -- cgit 1.2.3-korg