summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta-oe/recipes-support/libssh/libssh_git.bb3
1 files changed, 3 insertions, 0 deletions
diff --git a/meta-oe/recipes-support/libssh/libssh_git.bb b/meta-oe/recipes-support/libssh/libssh_git.bb
index d21bdc335..47fb39a5b 100644
--- a/meta-oe/recipes-support/libssh/libssh_git.bb
+++ b/meta-oe/recipes-support/libssh/libssh_git.bb
@@ -20,6 +20,9 @@ EXTRA_OECMAKE = " \
20 -DWITH_ZLIB=1 \ 20 -DWITH_ZLIB=1 \
21 " 21 "
22 22
23PACKAGECONFIG ??=""
24PACKAGECONFIG[gssapi] = "-DWITH_GSSAPI=1, -DWITH_GSSAPI=0, krb5, "
25
23inherit cmake 26inherit cmake
24 27
25do_configure_prepend () { 28do_configure_prepend () {