fetchmail-friends
[Top] [All Lists]

[fetchmail]GT_YES/NO question + diff

2002-03-10 18:29:42
hi,

  i may be missing something, but GT_YES/GT_NO are never replaced in
intl/Makefile.in as the comment suggest, making impossible to compile using
the native make.  itoh, with GNU make this works.
  can anyone enlighten me? is the comment wrong, or there are some missing
bits in configure?

  below is diff needed to build in OpenBSD elf systems.

  f.-

--- configure.in.orig   Tue Nov 27 10:20:15 2001
+++ configure.in        Tue Nov 27 10:21:16 2001
@@ -402,7 +402,7 @@ then
   AC_DEFINE(HEIMDAL)
   AC_DEFINE(KERBEROS_V5)
   CEFLAGS="$CEFLAGS -I/usr/include/kerberosV"
-  LIBS="$LIBS -lasn1 -lkrb5 -lcom_err"
+  LIBS="$LIBS -lkrb5 -lasn1 -lcom_err -lkafs"
 else
   if test "$with_kerberos5" != "yes" 
   then


<Prev in Thread] Current Thread [Next in Thread>
  • [fetchmail]GT_YES/NO question + diff, Federico G. Schwindt <=