From f044f7e82442c8a72a9f2f0c052da9dac9211504 Mon Sep 17 00:00:00 2001 From: Jakub Bogusz Date: Wed, 8 Oct 2003 12:22:20 +0000 Subject: [PATCH 1/1] - don't require static openssl to build engines Changed files: opensc-shared-ssl.patch -> 1.1 --- opensc-shared-ssl.patch | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 opensc-shared-ssl.patch diff --git a/opensc-shared-ssl.patch b/opensc-shared-ssl.patch new file mode 100644 index 0000000..d5bccbd --- /dev/null +++ b/opensc-shared-ssl.patch @@ -0,0 +1,11 @@ +--- opensc-0.8.1/configure.in.orig Tue Sep 30 12:05:05 2003 ++++ opensc-0.8.1/configure.in Wed Oct 8 14:17:02 2003 +@@ -286,7 +286,7 @@ + + if test "x$SSL_MSG" = "xyes" ; then + # openssl with engine support? +- LIBCRYPTOA="$ssldir/lib/libcrypto.a $LIBDL" ++ LIBCRYPTOA="-L$ssldir/lib -lcrypto $LIBDL" + LIBS="$saved_LIBS $LIBCRYPTOA" + AC_TRY_RUN( + [ -- 2.43.0