From: Jakub Bogusz Date: Wed, 8 Oct 2003 12:22:20 +0000 (+0000) Subject: - don't require static openssl to build engines X-Git-Tag: auto/ac/opensc-0_8_1-2~3 X-Git-Url: http://git.pld-linux.org/?p=packages%2Fopensc.git;a=commitdiff_plain;h=f044f7e82442c8a72a9f2f0c052da9dac9211504;hp=e03846a0833614fbce52fe01c93be0cd32e10e41;ds=sidebyside - don't require static openssl to build engines Changed files: opensc-shared-ssl.patch -> 1.1 --- 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( + [