pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/net/ctorrent When linking against libssl, also link ag...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/5221462f1905
branches:  trunk
changeset: 486846:5221462f1905
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Tue Jan 04 11:10:10 2005 +0000

description:
When linking against libssl, also link against libcrypto.

diffstat:

 net/ctorrent/distinfo         |   3 ++-
 net/ctorrent/patches/patch-aa |  22 ++++++++++++++++++++++
 2 files changed, 24 insertions(+), 1 deletions(-)

diffs (37 lines):

diff -r e66a87b58c44 -r 5221462f1905 net/ctorrent/distinfo
--- a/net/ctorrent/distinfo     Tue Jan 04 11:03:00 2005 +0000
+++ b/net/ctorrent/distinfo     Tue Jan 04 11:10:10 2005 +0000
@@ -1,5 +1,6 @@
-$NetBSD: distinfo,v 1.4 2004/12/31 01:52:33 jlam Exp $
+$NetBSD: distinfo,v 1.5 2005/01/04 11:10:10 wiz Exp $
 
 SHA1 (ctorrent-1.3.4.tar.bz2) = bf1ea430513dc6de48de5ac429cdac57ceab738d
 Size (ctorrent-1.3.4.tar.bz2) = 87333 bytes
+SHA1 (patch-aa) = e20e81beba3a3a98ce27c36e4542edb0a9ea1d04
 SHA1 (patch-ab) = cfa80ca0d3f030837334ac9cc27c437dfd9adbf6
diff -r e66a87b58c44 -r 5221462f1905 net/ctorrent/patches/patch-aa
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/net/ctorrent/patches/patch-aa     Tue Jan 04 11:10:10 2005 +0000
@@ -0,0 +1,22 @@
+$NetBSD: patch-aa,v 1.4 2005/01/04 11:10:10 wiz Exp $
+
+--- configure.orig     2004-09-09 01:10:51.000000000 +0200
++++ configure
+@@ -3159,7 +3159,7 @@ if test "${ac_cv_lib_ssl_SHA1_Init+set}"
+   echo $ECHO_N "(cached) $ECHO_C" >&6
+ else
+   ac_check_lib_save_LIBS=$LIBS
+-LIBS="-lssl  $LIBS"
++LIBS="-lssl -lcrypto  $LIBS"
+ cat >conftest.$ac_ext <<_ACEOF
+ #line $LINENO "configure"
+ /* confdefs.h.  */
+@@ -3212,7 +3212,7 @@ if test $ac_cv_lib_ssl_SHA1_Init = yes; 
+ #define HAVE_LIBSSL 1
+ _ACEOF
+ 
+-  LIBS="-lssl $LIBS"
++  LIBS="-lssl -lcrypto $LIBS"
+ 
+ else
+ 



Home | Main Index | Thread Index | Old Index