Hi Andre, This patch broke gnutls build on multilib, ERROR: QA Issue: gnutls: The compile log indicates that host include and/or library paths were used. Please check the log '/home/alimon/repos/poky/build-x86-64-multilib/tmp/work/core2-64-poky-linux/gnutls/3.3.14-r0/temp/log.do_compile' for more information. [compile-host-path] ERROR: QA run found fatal errors. Please consider fixing them. ERROR: Function failed: do_package_qa ERROR: Logfile of failure stored in: /home/alimon/repos/poky/build-x86-64-multilib/tmp/work/core2-64-poky-linux/gnutls/3.3.14-r0/temp/log.do_package_qa.25738 ERROR: Task 2411 (/home/alimon/repos/poky/meta/recipes-support/gnutls/gnutls_3.3.14.bb, do_package_qa) failed with exit code '1 Kind regards, alimon On 21/05/15 19:11, Andre McCurdy wrote: > The default search path in sysroot is sufficient to find zlib, so the > --with-libz-prefix configure option seems to be unnecessary. > > For target builds, relying on sysroot also prevents an absolute path > from being hardcoded in the gnutls.pc pkg-config file. > > Signed-off-by: Andre McCurdy > --- > meta/recipes-support/gnutls/gnutls.inc | 1 - > 1 file changed, 1 deletion(-) > > diff --git a/meta/recipes-support/gnutls/gnutls.inc b/meta/recipes-support/gnutls/gnutls.inc > index 45fb529..87f275a 100644 > --- a/meta/recipes-support/gnutls/gnutls.inc > +++ b/meta/recipes-support/gnutls/gnutls.inc > @@ -23,7 +23,6 @@ EXTRA_OECONF="--disable-rpath \ > --with-included-libtasn1 \ > --enable-local-libopts \ > --with-libpthread-prefix=${STAGING_DIR_HOST}${prefix} \ > - --with-libz-prefix=${STAGING_DIR_HOST}${prefix} \ > --disable-guile \ > --disable-crywrap \ > --without-p11-kit \