hi

I just ported the current cyrus-sasl finkpatch from 1.5.27-3 to the
current 1.5.28 version. but it does not compile... any ides?

regards,
paul kremer


diff -uNbr cyrus-sasl-1.5.28/configure cyrus-sasl-1.5.28-new/configure
--- cyrus-sasl-1.5.28/configure Tue Jul 16 22:27:04 2002
+++ cyrus-sasl-1.5.28-new/configure     Sat Nov 23 19:23:34 2002
@@ -3909,7 +3909,7 @@
   echo $ac_n "(cached) $ac_c" 1>&6
 else
   ac_save_LIBS="$LIBS"
-LIBS="-ldes  $LIBS"
+LIBS="-ldes524  $LIBS"
 cat > conftest.$ac_ext <<EOF
 #line 3915 "configure"
 #include "confdefs.h"
@@ -3937,7 +3937,7 @@
 fi
 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
   echo "$ac_t""yes" 1>&6
-  LIB_DES="-ldes";
+  LIB_DES="-ldes524";
                                       with_des=yes
 else
   echo "$ac_t""no" 1>&6
@@ -4337,7 +4337,7 @@
   echo $ac_n "(cached) $ac_c" 1>&6
 else
   ac_save_LIBS="$LIBS"
-LIBS="-lkrb -ldes -lcom_err $LIBS"
+LIBS="-lkrb -ldes524 -lcom_err $LIBS"
 cat > conftest.$ac_ext <<EOF
 #line 4343 "configure"
 #include "confdefs.h"
@@ -4380,7 +4380,7 @@
   echo $ac_n "(cached) $ac_c" 1>&6
 else
   ac_save_LIBS="$LIBS"
-LIBS="-lkrb -ldes $LIBS"
+LIBS="-lkrb -ldes524 $LIBS"
 cat > conftest.$ac_ext <<EOF
 #line 4386 "configure"
 #include "confdefs.h"
@@ -4527,7 +4527,7 @@
 #define HAVE_KRB 1
 EOF
 
-  SASL_KRB_LIB="-lkrb -ldes $COM_ERR"
+  SASL_KRB_LIB="-lkrb -ldes524 $COM_ERR"
   
 else
   echo "$ac_t""disabled" 1>&6
@@ -4773,7 +4773,7 @@
   if test "$gss_impl" = mit; then
      GSSAPIBASE_LIBS="$GSSAPIBASE_LIBS -lgssapi_krb5 -lkrb5 -lk5crypto -lcom_err"
   elif test "$gss_impl" = "heimdal"; then
-     GSSAPIBASE_LIBS="$GSSAPIBASE_LIBS -lgssapi -lkrb5 -ldes -lasn1 -lroken 
${LIB_CRYPT} -lcom_err"
+     GSSAPIBASE_LIBS="$GSSAPIBASE_LIBS -lgssapi -lkrb5 -ldes524 -lasn1 -lroken 
+${LIB_CRYPT} -lcom_err"
   else
      gssapi="no"
      echo "configure: warning: Disabling GSSAPI" 1>&2
diff -uNbr cyrus-sasl-1.5.28/plugins/Makefile.in 
cyrus-sasl-1.5.28-new/plugins/Makefile.in
--- cyrus-sasl-1.5.28/plugins/Makefile.in       Tue Jul 16 23:30:19 2002
+++ cyrus-sasl-1.5.28-new/plugins/Makefile.in   Sat Nov 23 19:26:43 2002
@@ -160,7 +160,7 @@
 
 INCLUDES = -I$(top_srcdir)/include
 
-LDFLAGS = @LDFLAGS@ -export-dynamic -rpath $(plugindir) -module
+LDFLAGS = @LDFLAGS@ -export-dynamic -module -rpath $(plugindir)
 
 plugindir = @plugindir@
 



-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
_______________________________________________
Fink-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-devel

Reply via email to