forked from pool/libp11
eafc07399a
- Add support for openSSL 3.1: + Add libp11-openssl-3.1.patch: handle openSSL 3.1 the same as 3.0 + Add libtool BuildRequires and call autoreconf: abobe patch touches the build system. OBS-URL: https://build.opensuse.org/request/show/1091085 OBS-URL: https://build.opensuse.org/package/show/security:chipcard/libp11?expand=0&rev=38
14 lines
649 B
Diff
14 lines
649 B
Diff
Index: libp11-0.4.12/configure.ac
|
|
===================================================================
|
|
--- libp11-0.4.12.orig/configure.ac
|
|
+++ libp11-0.4.12/configure.ac
|
|
@@ -33,7 +33,7 @@ AC_C_BIGENDIAN
|
|
# issues with applications linking to new openssl, old libp11, and vice versa
|
|
case "`$PKG_CONFIG --modversion --silence-errors libcrypto || \
|
|
$PKG_CONFIG --modversion openssl`" in
|
|
- 3.0.*) # Predicted engines directory prefix for OpenSSL 3.x
|
|
+ 3.1.*|3.0.*) # Predicted engines directory prefix for OpenSSL 3.x
|
|
LIBP11_LT_OLDEST="3"
|
|
debian_ssl_prefix="openssl-3.0.0";;
|
|
1.1.*) # Predicted engines directory prefix for OpenSSL 1.1.x
|