From: Koen Kooi Date: Mon, 9 Apr 2018 11:56:56 +0000 (+0200) Subject: bind: fix openSSL detection when using multiarch X-Git-Tag: lucaceresoli/bug-15201-perf-libtraceevent-missing~18039 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9a02cd981eee8b1cd488373659a8a610962309e3;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 --- 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