diff options
-rw-r--r-- | meta-oe/recipes-support/libssh/libssh_0.6.3.bb | 3 |
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 | ||
21 | PACKAGECONFIG ??="" | ||
22 | PACKAGECONFIG[gssapi] = "-DWITH_GSSAPI=1, -DWITH_GSSAPI=0, krb5, " | ||
23 | |||
21 | inherit cmake | 24 | inherit cmake |
22 | 25 | ||
23 | do_configure_prepend () { | 26 | do_configure_prepend () { |