[packages/libssh2] update --with-<backend> to --with-crypto=<backend> changed in 1.9.0

atler atler at pld-linux.org
Wed May 31 14:22:37 CEST 2023


commit 8a04d0c7daa3cd3aa416a1739a661cffa6bc837f
Author: Jan Palus <atler at pld-linux.org>
Date:   Wed May 31 14:21:15 2023 +0200

    update --with-<backend> to --with-crypto=<backend> changed in 1.9.0

 libssh2.spec | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/libssh2.spec b/libssh2.spec
index a3ef455..6a9cea1 100644
--- a/libssh2.spec
+++ b/libssh2.spec
@@ -125,7 +125,7 @@ Biblioteka statyczna libssh2.
 %{__automake}
 %configure \
 	--disable-silent-rules \
-	--with-openssl=%{_prefix}
+	--with-crypto=openssl
 # AC_LIB_HAVE_LINKFLAGS adds unwanted -L/usr/lib to each LTLIB* - override it
 %{__make} \
 	LTLIBSSL="-lssl -lcrypto" \
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/libssh2.git/commitdiff/8a04d0c7daa3cd3aa416a1739a661cffa6bc837f



More information about the pld-cvs-commit mailing list