projects
/
packages
/
opensc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e03846a
)
- don't require static openssl to build engines
author
Jakub Bogusz
<qboosh@pld-linux.org>
Wed, 8 Oct 2003 12:22:20 +0000
(12:22 +0000)
committer
cvs2git
<feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000
(12:13 +0000)
Changed files:
opensc-shared-ssl.patch -> 1.1
opensc-shared-ssl.patch
[new file with mode: 0644]
patch
|
blob
diff --git a/opensc-shared-ssl.patch
b/opensc-shared-ssl.patch
new file mode 100644
(file)
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(
+ [
This page took
0.040173 seconds
and
4
git commands to generate.