From bb996003547f9b93b734ddac11407b4eb42ecfac Mon Sep 17 00:00:00 2001 From: Martin Jansa Date: Wed, 2 May 2012 16:32:36 +0200 Subject: site/ix86-common, site/x86_64-linux: alignment values for guin32, guin64 and unsigned long These are required to build recent versions of glib-2.0 Signed-off-by: Martin Jansa Signed-off-by: Richard Purdie --- meta/site/ix86-common | 3 +++ 1 file changed, 3 insertions(+) (limited to 'meta/site/ix86-common') diff --git a/meta/site/ix86-common b/meta/site/ix86-common index a625f8e47..20cac75b0 100644 --- a/meta/site/ix86-common +++ b/meta/site/ix86-common @@ -97,6 +97,9 @@ glib_cv_rtldglobal_broken=${glib_cv_rtldglobal_broken=yes} glib_cv_stack_grows=${glib_cv_stack_grows=no} utils_cv_sys_open_max=${utils_cv_sys_open_max=1015} glib_cv_use_pid_surrogate=${glib_cv_use_pid_surrogate=yes} +ac_cv_alignof_guint32=4 +ac_cv_alignof_guint64=4 +ac_cv_alignof_unsigned_long=4 # guile ac_cv_uchar=${ac_cv_uchar=no} -- cgit v1.2.3