diff options
author | Koen Kooi <koen@openembedded.org> | 2006-05-05 16:21:46 +0000 |
---|---|---|
committer | OpenEmbedded Project <openembedded-devel@lists.openembedded.org> | 2006-05-05 16:21:46 +0000 |
commit | b703aeae0906cefdd0fdf5a84ad3da0668758bb6 (patch) | |
tree | 2790430abe1f9b18404d01592315bede345bda41 /site | |
parent | 6938c5435a96be5dea0b4a62c9e74366dbd166b1 (diff) |
site/arm-linux-gnueabi: update site file with dpkg and enca bits
Diffstat (limited to 'site')
-rw-r--r-- | site/arm-linux-gnueabi | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/site/arm-linux-gnueabi b/site/arm-linux-gnueabi index aff569c013..7c9fb85d0b 100644 --- a/site/arm-linux-gnueabi +++ b/site/arm-linux-gnueabi @@ -367,3 +367,11 @@ with_broken_putenv=${with_broken_putenv=no} # xffm jm_cv_func_working_readdir=yes + +# dpkg +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 + |