mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-04 14:39:54 +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:
committed by
Martin Jansa
parent
7bbacd0023
commit
dadf585428
@@ -20,6 +20,9 @@ EXTRA_OECMAKE = " \
|
||||
-DWITH_ZLIB=1 \
|
||||
"
|
||||
|
||||
PACKAGECONFIG ??=""
|
||||
PACKAGECONFIG[gssapi] = "-DWITH_GSSAPI=1, -DWITH_GSSAPI=0, krb5, "
|
||||
|
||||
inherit cmake
|
||||
|
||||
do_configure_prepend () {
|
||||
|
||||
Reference in New Issue
Block a user