From 0b456cd1ef653bec940af540829e379cebda967b Mon Sep 17 00:00:00 2001 From: Florian Boor Date: Tue, 20 Mar 2007 14:13:24 +0000 Subject: site/ix86-common: Add enca bits --- site/ix86-common | 3 +++ 1 file changed, 3 insertions(+) (limited to 'site/ix86-common') diff --git a/site/ix86-common b/site/ix86-common index 496c2e3403..96a36cf9c8 100644 --- a/site/ix86-common +++ b/site/ix86-common @@ -107,6 +107,9 @@ ac_cv_func_posix_getpwnam_r=${ac_cv_func_posix_getpwnam_r=yes} dpkg_cv_va_copy=${ac_cv_va_copy=no} dpkg_cv___va_copy=${ac_cv___va_copy=yes} +# enca +yeti_cv_func_scanf_modif_size_t=yes + # ettercap ettercap_cv_type_socklen_t=${ettercap_cv_type_socklen_t=yes} -- cgit v1.2.3 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/ix86-common | 3 --- 1 file changed, 3 deletions(-) (limited to 'site/ix86-common') diff --git a/site/ix86-common b/site/ix86-common index 96a36cf9c8..f114710ac9 100644 --- a/site/ix86-common +++ b/site/ix86-common @@ -59,8 +59,6 @@ bash_cv_have_mbstate_t=${bash_cv_have_mbstate_t=yes} bash_cv_func_sigsetjmp=${bash_cv_func_sigsetjmp=missing} bash_cv_must_reinstall_sighandlers=${bash_cv_must_reinstall_sighandlers=no} bash_cv_func_strcoll_broken=${bash_cv_func_strcoll_broken=no} -bash_cv_under_sys_siglist=${bash_cv_under_sys_siglist=yes} -bash_cv_sys_siglist=${bash_cv_sys_siglist=yes} bash_cv_dup2_broken=${bash_cv_dup2_broken=no} bash_cv_opendir_not_robust=${bash_cv_opendir_not_robust=no} bash_cv_type_rlimit=${bash_cv_type_rlimit=rlim_t} @@ -72,7 +70,6 @@ bash_cv_pgrp_pipe=${bash_cv_pgrp_pipe=no} bash_cv_job_control_missing=${bash_cv_job_control_missing=present} bash_cv_sys_named_pipes=${bash_cv_sys_named_pipes=present} bash_cv_unusable_rtsigs=${bash_cv_unusable_rtsigs=no} -ac_cv_have_decl_sys_siglist=${ac_cv_have_decl_sys_siglist=yes} # clamav clamav_av_func_working_snprintf_long=${clamav_av_func_working_snprintf_long=yes} -- cgit v1.2.3