mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-01-01 13:58:06 +00:00
libssh: depends fix
the default was to build with GSSAPI enabled. Signed-off-by: Armin Kuster <akuster808@gmail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
This commit is contained in:
parent
e52f3c1d15
commit
1f0674350f
|
|
@ -18,6 +18,9 @@ EXTRA_OECMAKE = " \
|
|||
-DWITH_ZLIB=1 \
|
||||
"
|
||||
|
||||
PACKAGECONFIG ??=""
|
||||
PACKAGECONFIG[gssapi] = "-DWITH_GSSAPI=1, -DWITH_GSSAPI=0, krb5, "
|
||||
|
||||
inherit cmake
|
||||
|
||||
do_configure_prepend () {
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user