summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-support/libssh2
diff options
context:
space:
mode:
Diffstat (limited to 'meta-oe/recipes-support/libssh2')
-rw-r--r--meta-oe/recipes-support/libssh2/libssh2_1.6.0.bb4
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 022482c79..4f03b999e 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
14inherit autotools pkgconfig 14inherit autotools pkgconfig
15 15
16EXTRA_OECONF += "--with-openssl \ 16EXTRA_OECONF += "--with-openssl \
17 --with-libz \ 17 --with-libz \
18 --with-libssl-prefix=${STAGING_LIBDIR} \
19 --with-libz-prefix=${STAGING_LIBDIR} \
18 " 20 "