pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/databases/openldap NetBSD-current needs -lcrypto when ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/b28e544ab996
branches:  trunk
changeset: 470240:b28e544ab996
user:      markd <markd%pkgsrc.org@localhost>
date:      Sun Mar 07 12:12:38 2004 +0000

description:
NetBSD-current needs -lcrypto when linking in Heimdal.

diffstat:

 databases/openldap/distinfo         |   3 ++-
 databases/openldap/patches/patch-ai |  13 +++++++++++++
 2 files changed, 15 insertions(+), 1 deletions(-)

diffs (31 lines):

diff -r 82ded741d786 -r b28e544ab996 databases/openldap/distinfo
--- a/databases/openldap/distinfo       Sun Mar 07 12:09:20 2004 +0000
+++ b/databases/openldap/distinfo       Sun Mar 07 12:12:38 2004 +0000
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.23 2004/02/20 13:56:15 jlam Exp $
+$NetBSD: distinfo,v 1.24 2004/03/07 12:12:38 markd Exp $
 
 SHA1 (openldap-2.1.25.tgz) = 802ad52c0540bf58fbe797fd64804ff0920159d4
 Size (openldap-2.1.25.tgz) = 2038669 bytes
@@ -9,3 +9,4 @@
 SHA1 (patch-af) = 74edff185f7d5222416023801084c069d08ec057
 SHA1 (patch-ag) = 822efbcc01dfd4b6181c25390761f534aaeb4315
 SHA1 (patch-ah) = 4fd10030b2531c7b4a4461053e5896274b24d5dd
+SHA1 (patch-ai) = d79797eca448d4131dcdc0c8d8a03ba8cddc8cac
diff -r 82ded741d786 -r b28e544ab996 databases/openldap/patches/patch-ai
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/databases/openldap/patches/patch-ai       Sun Mar 07 12:12:38 2004 +0000
@@ -0,0 +1,13 @@
+$NetBSD: patch-ai,v 1.1 2004/03/07 12:12:38 markd Exp $
+
+--- configure.orig     2004-03-02 12:46:42.000000000 +1300
++++ configure
+@@ -10570,7 +10570,7 @@ LIBS="$ac_save_LIBS"
+ fi
+ if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
+   echo "$ac_t""yes" 1>&6
+-  krb5crypto=des
++  krb5crypto="des -lcrypto"
+ else
+   echo "$ac_t""no" 1>&6
+ krb5crypto=crypto



Home | Main Index | Thread Index | Old Index