diff options
-rw-r--r-- | meta-oe/recipes-support/libssh2/libssh2_1.6.0.bb | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/meta-oe/recipes-support/libssh2/libssh2_1.6.0.bb b/meta-oe/recipes-support/libssh2/libssh2_1.6.0.bb index 022482c791..4f03b999e6 100644 --- a/meta-oe/recipes-support/libssh2/libssh2_1.6.0.bb +++ b/meta-oe/recipes-support/libssh2/libssh2_1.6.0.bb | |||
@@ -14,5 +14,7 @@ SRC_URI[sha256sum] = "5a202943a34a1d82a1c31f74094f2453c207bf9936093867f41414968c | |||
14 | inherit autotools pkgconfig | 14 | inherit autotools pkgconfig |
15 | 15 | ||
16 | EXTRA_OECONF += "--with-openssl \ | 16 | EXTRA_OECONF += "--with-openssl \ |
17 | --with-libz \ | 17 | --with-libz \ |
18 | --with-libssl-prefix=${STAGING_LIBDIR} \ | ||
19 | --with-libz-prefix=${STAGING_LIBDIR} \ | ||
18 | " | 20 | " |