1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-27 00:57:50 +00:00

With the upgrade from Kerberos V 1.0 -> 1.1, libcrypto was

renamed to libk5crypto.
This commit is contained in:
Jacques Vidrine 1999-10-11 17:24:05 +00:00
parent 5fa89c3570
commit 64be183c10
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=22354
3 changed files with 33 additions and 0 deletions

View File

@ -0,0 +1,11 @@
--- configure.in.orig Mon Oct 4 09:03:55 1999
+++ configure.in Mon Oct 4 09:04:00 1999
@@ -1064,7 +1064,7 @@
--whithout-krb5 Don't include Kerbers 5 support (default)],
[ AC_MSG_RESULT(yes)
AC_DEFINE(KRB5_AUTH)
- LIBS="$LIBS -ldes425 -lkrb5 -lcrypto -lcom_err"
+ LIBS="$LIBS -ldes425 -lkrb5 -lk5crypto -lcom_err"
CFLAGS="$CFLAGS -I$withval/include"
LDFLAGS="$LDFLAGS -L$withval/lib"],
AC_MSG_RESULT(no)

11
net/samba/files/patch-ba Normal file
View File

@ -0,0 +1,11 @@
--- configure.in.orig Mon Oct 4 09:03:55 1999
+++ configure.in Mon Oct 4 09:04:00 1999
@@ -1064,7 +1064,7 @@
--whithout-krb5 Don't include Kerbers 5 support (default)],
[ AC_MSG_RESULT(yes)
AC_DEFINE(KRB5_AUTH)
- LIBS="$LIBS -ldes425 -lkrb5 -lcrypto -lcom_err"
+ LIBS="$LIBS -ldes425 -lkrb5 -lk5crypto -lcom_err"
CFLAGS="$CFLAGS -I$withval/include"
LDFLAGS="$LDFLAGS -L$withval/lib"],
AC_MSG_RESULT(no)

11
net/samba3/files/patch-ba Normal file
View File

@ -0,0 +1,11 @@
--- configure.in.orig Mon Oct 4 09:03:55 1999
+++ configure.in Mon Oct 4 09:04:00 1999
@@ -1064,7 +1064,7 @@
--whithout-krb5 Don't include Kerbers 5 support (default)],
[ AC_MSG_RESULT(yes)
AC_DEFINE(KRB5_AUTH)
- LIBS="$LIBS -ldes425 -lkrb5 -lcrypto -lcom_err"
+ LIBS="$LIBS -ldes425 -lkrb5 -lk5crypto -lcom_err"
CFLAGS="$CFLAGS -I$withval/include"
LDFLAGS="$LDFLAGS -L$withval/lib"],
AC_MSG_RESULT(no)