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