summaryrefslogtreecommitdiff
path: root/mail/fetchmail/files/patch-ad
blob: 84e7a9dff080a53840f135f7dc37209387770b93 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
--- configure.orig	Thu Sep 16 00:21:02 1999
+++ configure	Fri Sep 24 13:13:25 1999
@@ -4970,7 +4970,7 @@
   echo $ac_n "(cached) $ac_c" 1>&6
 else
   ac_save_LIBS="$LIBS"
-LIBS="-lopie  $LIBS"
+LIBS="-lopie -lmd $LIBS"
 cat > conftest.$ac_ext <<EOF
 #line 4976 "configure"
 #include "confdefs.h"
@@ -5004,7 +5004,7 @@
 #define $ac_tr_lib 1
 EOF
 
-  LIBS="-lopie $LIBS"
+  LIBS="-lopie -lmd $LIBS"
 
 else
   echo "$ac_t""no" 1>&6
@@ -5368,7 +5368,7 @@
 then
   echo "Configuring kerberosIV for `uname`"
   CEFLAGS="$CEFLAGS -DKERBEROS_V4 -I/usr/include/kerberosIV"
-  LIBS="$LIBS -lkrb -ldes"
+  LIBS="$LIBS -lkrb -ldes -lcom_err"
 elif test -n "$with_kerberos" -a -n "$with_kerberos5"
 then
     CEFLAGS="$CEFLAGS -DKERBEROS_V4 -I$with_kerberos/include"
@@ -5399,7 +5399,7 @@
 then
     CEFLAGS="$CEFLAGS -DKERBEROS_V4 -I$with_kerberos/include"
     LDEFLAGS="$LDEFLAGS -L$with_kerberos/lib"
-    LIBS="$LIBS -lkrb -ldes"
+    LIBS="$LIBS -lkrb -ldes -lcom_err"
 else
   if test "$with_kerberos" != "no"
   then
@@ -5409,7 +5409,7 @@
       then
         CEFLAGS="$CEFLAGS -DKERBEROS_V4 -I$dir/include"
         LDEFLAGS="$LDEFLAGS -L$dir/lib"
-        LIBS="$LIBS -lkrb -ldes"
+        LIBS="$LIBS -lkrb -ldes -lcom_err"
         break
       fi
     done