summaryrefslogtreecommitdiff
path: root/net/samba/files/patch-ba
blob: 2f7498be5179ff23907aeb460937072cfeef51cd (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- source/configure.in.orig	Thu May  2 20:02:46 2002
+++ source/configure.in	Thu May  9 02:29:20 2002
@@ -1868,7 +1883,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"
     ;;