fetchmail-friends
[Top] [All Lists]

[PATCH] fetchmail-5.7.0 FreeBSD-specific enhancements

2001-03-02 08:52:46
Hi,

The fetchmail configure.in script already contains FreeBSD-specific
library specifications.  To really build on FreeBSD, though, there
are a couple more libraries needed, which have hitherto been added
by the FreeBSD port patchfiles.  It would be nice if those could
make it into the mainstream distribution :)

G'luck,
Peter

-- 
Nostalgia ain't what it used to be.

Index: fetchmail/configure.in
===================================================================
RCS file: /home/cvsroot/roam/c/contrib/net/fetchmail/configure.in,v
retrieving revision 1.1.1.2
retrieving revision 1.3
diff -u -r1.1.1.2 -r1.3
--- fetchmail/configure.in      2001/03/02 13:36:33     1.1.1.2
+++ fetchmail/configure.in      2001/03/02 13:40:49     1.3
@@ -55,11 +55,11 @@
   CPFLAGS="-I/usr/include"
 fi
 
-# Check for FreeBSD special case: -lkvm needed
+# Check for FreeBSD special case: more libs needed
 if test `uname` = "FreeBSD" 
 then
-   echo "Adding -lkvm to standard libraries"
-   LIBS="$LIBS -lkvm"
+   echo "Adding -lmd -lkvm -lcom_err to standard libraries"
+   LIBS="$LIBS -lmd -lkvm -lcom_err"
 fi
  
 # Check for Rhapsody special case: it doesn't like -s


<Prev in Thread] Current Thread [Next in Thread>
  • [PATCH] fetchmail-5.7.0 FreeBSD-specific enhancements, Peter Pentchev <=