diff options
author | Koen Kooi <koen@openembedded.org> | 2006-05-05 17:13:42 +0000 |
---|---|---|
committer | OpenEmbedded Project <openembedded-devel@lists.openembedded.org> | 2006-05-05 17:13:42 +0000 |
commit | 41ab47fc3f79ea7ab7473faa9c291d411f8df489 (patch) | |
tree | eaedae10262e5866505bbc6729045e34d5236d08 | |
parent | 2d9c1f7655191ea4def26de46d17c8d388abd633 (diff) | |
parent | b703aeae0906cefdd0fdf5a84ad3da0668758bb6 (diff) |
merge of b9b3b3f5835946b0838fa649c358e5f9df8ef861
and dbfa3b1481e36f9d201ed1307a587ea91cd36cd2
-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 + |