From: Koen Kooi Date: Mon, 9 Apr 2018 11:56:56 +0000 (+0200) Subject: bind: fix openSSL detection when using multiarch X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3bcba3406c7e465578b3fe9aa8863680209243b3;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git bind: fix openSSL detection when using multiarch In multiarch /usr/include and /usr/lib/ Signed-off-by: Ross Burton Signed-off-by: Richard Purdie --- diff --git a/meta/recipes-connectivity/bind/bind_9.10.6.bb b/meta/recipes-connectivity/bind/bind_9.10.6.bb index 8b8835ba803..20c8d7b55a7 100644 --- a/meta/recipes-connectivity/bind/bind_9.10.6.bb +++ b/meta/recipes-connectivity/bind/bind_9.10.6.bb @@ -35,7 +35,7 @@ EXTRA_OECONF = " ${ENABLE_IPV6} --with-libtool --enable-threads \ --disable-devpoll --enable-epoll --with-gost=no \ --with-gssapi=no --with-ecdsa=yes \ --sysconfdir=${sysconfdir}/bind \ - --with-openssl=${STAGING_LIBDIR}/.. \ + --with-openssl=${STAGING_DIR_HOST}${prefix} \ " inherit autotools update-rc.d systemd useradd pkgconfig python3-dir