summaryrefslogtreecommitdiff
path: root/net/samba/files/patch-ba
blob: e9824c885c59ec4032d33aa6ce97b709e8e5e6f7 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- source/configure.in.orig	Thu Aug 29 07:05:30 2002
+++ source/configure.in	Sat Sep  7 20:54:21 2002
@@ -1914,7 +1914,7 @@
   yes)
     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"
     ;;