diff options
author | Richard Purdie <rpurdie@rpsys.net> | 2006-11-14 22:29:46 +0000 |
---|---|---|
committer | Richard Purdie <rpurdie@rpsys.net> | 2006-11-14 22:29:46 +0000 |
commit | 0b152ed05c0cd22f440c00e44357b95d470ccbf0 (patch) | |
tree | c305fe962c0ecc7ef7145ce71f5bc465b3356a8a /site/arm-linux | |
parent | d6aa197a5f26cad7dd38b19aa6cd017898944f40 (diff) |
site infrastructure changes: Allow more than one file per target so common files can be created. Add a new class to handle this. Based on the work of Jamie Lenehan, with changes from me. This commit creates a common x86 file and the arm configs are merged but much work still remains.
Diffstat (limited to 'site/arm-linux')
-rw-r--r-- | site/arm-linux | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/site/arm-linux b/site/arm-linux index 5aa8a4cf5c..3c1a082bd7 100644 --- a/site/arm-linux +++ b/site/arm-linux @@ -40,8 +40,6 @@ ac_cv_ushort=${ac_cv_ushort=yes} mr_cv_target_elf=${mr_cv_target_elf=yes} -ac_cv_c_littleendian=${ac_cv_c_littleendian=yes} -ac_cv_c_bigendian=${ac_cv_c_bigendian=no} ac_cv_time_r_type=${ac_cv_time_r_type=POSIX} # apache @@ -306,3 +304,11 @@ dpkg_cv___va_copy=${ac_cv___va_copy=yes} # enca yeti_cv_func_scanf_modif_size_t=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} +clamav_av_have_in_addr_t=${clamav_av_have_in_addr_t=yes} +ac_cv_func_mmap_fixed_mapped=${ac_cv_func_mmap_fixed_mapped=yes} + +#dbus +ac_cv_have_abstract_sockets=${ac_cv_have_abstract_sockets=no} |