diff options
Diffstat (limited to 'meta/site/arm-common')
-rw-r--r-- | meta/site/arm-common | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/meta/site/arm-common b/meta/site/arm-common index d3c6f0a862..e7fb529d52 100644 --- a/meta/site/arm-common +++ b/meta/site/arm-common @@ -231,3 +231,11 @@ sudo_cv_uid_t_len=${sudo_cv_uid_t_len=10} # xffm jm_cv_func_working_readdir=yes + +# dpkg +dpkg_cv_va_copy=${ac_cv_va_copy=yes} +dpkg_cv___va_copy=${ac_cv___va_copy=yes} + +# eds-dbus +ac_cv_libiconv_utf8=${ac_cv_libiconv_utf8=yes} + |