summaryrefslogtreecommitdiff
path: root/mail/fetchmail/files/patch-ad
blob: f6fcbd63749f762d900efdb1c28a2928f4f0dc29 (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
diff -ru ../fetchmail-5.3.8.old/configure ./configure
--- ../fetchmail-5.3.8.old/configure	Fri Apr 14 09:32:49 2000
+++ ./configure	Tue May  9 02:19:31 2000
@@ -1637,7 +1637,7 @@
 if test `uname` = "FreeBSD" 
 then
    echo "Adding -lkvm to standard libraries"
-   LIBS="$LIBS -lkvm"
+   LIBS="$LIBS -lmd -lkvm"
 fi
  
 # Check for Rhapsody special case: it doesn't like -s
@@ -5693,7 +5693,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" -a "$with_kerberos" != "no"
 then
     CEFLAGS="$CEFLAGS -DKERBEROS_V4 -I$with_kerberos/include"
@@ -5724,7 +5724,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
@@ -5734,7 +5734,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