--- trunk/core/glib2/glib2-2.18.3-r1.smage2 2008/12/24 10:37:14 406 +++ trunk/core/glib2/glib2-2.18.3-r1.smage2 2008/12/24 10:58:53 407 @@ -32,8 +32,11 @@ src_compile() { + local myconf_m64 + myconf_m64="--build=${CHOST}" + # fix compile issues -> chost != build breaks the build - mconfigure --build=${CHOST} --host=${CHOST} --with-threads=posix || die + mconfigure '$(eval echo \$myconf_${abi})' --with-threads=posix || die mmake || die }