mirror of
https://git.yoctoproject.org/poky
synced 2026-06-02 01:19:52 +00:00
bind 9.8.1: fix build after recent update
| checking linking as -lgssapi -lkrb5 -ldes -lcrypt -lasn1 -lroken -lcom_err... no | checking linking as -lgssapi -lkrb5 -lcrypto -lcrypt -lasn1 -lroken -lcom_err... no | checking linking as -lgss -lkrb5... no | configure: error: could not determine proper GSSAPI linkage | + bbfatal 'oe_runconf failed' | + echo 'ERROR: oe_runconf failed' (From OE-Core rev: e25fad9b8eef59bf7ca11ae141739d0bc2235655) Signed-off-by: Koen Kooi <koen@dominion.thruhere.net> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
13cfd5a7c9
commit
3c517bfe6c
@@ -6,10 +6,10 @@ LICENSE = "ISC & BSD"
|
|||||||
LIC_FILES_CHKSUM = "file://COPYRIGHT;md5=0fbe2a3ab3c68ac3fea3cad13093877c"
|
LIC_FILES_CHKSUM = "file://COPYRIGHT;md5=0fbe2a3ab3c68ac3fea3cad13093877c"
|
||||||
|
|
||||||
DEPENDS = "openssl"
|
DEPENDS = "openssl"
|
||||||
PR = "r0"
|
PR = "r1"
|
||||||
|
|
||||||
SRC_URI = "ftp://ftp.isc.org/isc/bind9/${PV}/${BPN}-${PV}.tar.gz \
|
SRC_URI = "ftp://ftp.isc.org/isc/bind9/${PV}/${BPN}-${PV}.tar.gz \
|
||||||
file://conf.patch \
|
file://conf.patch \
|
||||||
file://cross-build-fix.patch \
|
file://cross-build-fix.patch \
|
||||||
"
|
"
|
||||||
|
|
||||||
@@ -19,6 +19,7 @@ SRC_URI[sha256sum] = "02285dc429cb2a6687a1b2446e9ee22c1df27f2577225b05be5092395e
|
|||||||
# --enable-exportlib is necessary for building dhcp
|
# --enable-exportlib is necessary for building dhcp
|
||||||
EXTRA_OECONF = " --enable-ipv6=no --with-randomdev=/dev/random --disable-threads \
|
EXTRA_OECONF = " --enable-ipv6=no --with-randomdev=/dev/random --disable-threads \
|
||||||
--disable-devpoll --disable-epoll --with-gost=no \
|
--disable-devpoll --disable-epoll --with-gost=no \
|
||||||
|
--with-gssapi=no \
|
||||||
--sysconfdir=${sysconfdir}/bind \
|
--sysconfdir=${sysconfdir}/bind \
|
||||||
--with-openssl=${STAGING_LIBDIR}/.. --with-libxml2=${STAGING_LIBDIR}/.. \
|
--with-openssl=${STAGING_LIBDIR}/.. --with-libxml2=${STAGING_LIBDIR}/.. \
|
||||||
--enable-exportlib --with-export-includedir=${includedir} --with-export-libdir=${libdir} \
|
--enable-exportlib --with-export-includedir=${includedir} --with-export-libdir=${libdir} \
|
||||||
|
|||||||
Reference in New Issue
Block a user