aboutsummaryrefslogtreecommitdiffstats
path: root/net/samba-devel
diff options
context:
space:
mode:
authornectar <nectar@FreeBSD.org>1999-10-12 01:24:05 +0800
committernectar <nectar@FreeBSD.org>1999-10-12 01:24:05 +0800
commit8c83d4a0fe4e3c0183bb832344033da54f176d50 (patch)
tree4b3a2bc688ed5b5c93d6d72ec5726db108f9549b /net/samba-devel
parentbbe1b59843cf68be332eaab216bebe16f94a9646 (diff)
downloadfreebsd-ports-gnome-8c83d4a0fe4e3c0183bb832344033da54f176d50.tar.gz
freebsd-ports-gnome-8c83d4a0fe4e3c0183bb832344033da54f176d50.tar.zst
freebsd-ports-gnome-8c83d4a0fe4e3c0183bb832344033da54f176d50.zip
With the upgrade from Kerberos V 1.0 -> 1.1, libcrypto was
renamed to libk5crypto.
Diffstat (limited to 'net/samba-devel')
-rw-r--r--net/samba-devel/files/patch-ba11
1 files changed, 11 insertions, 0 deletions
diff --git a/net/samba-devel/files/patch-ba b/net/samba-devel/files/patch-ba
new file mode 100644
index 000000000000..7f46ffd7af1e
--- /dev/null
+++ b/net/samba-devel/files/patch-ba
@@ -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)