diff options
author | Thierry N <thierryn1 at hispeed dot ch> | 2009-08-09 14:44:13 +0200 |
---|---|---|
committer | Thierry N <thierryn1 at hispeed dot ch> | 2009-08-09 14:44:13 +0200 |
commit | acbadad2d7bea5bc285e1525782d4a922ac6d975 (patch) | |
tree | 90b6e8253bd5ec960f9ad149c605d8137ac944d9 /extra/cyrus-sasl/gcc44-1.patch | |
parent | 5eba63688715025f45ad428648fea571330d8e70 (diff) | |
download | nutyx-extra-acbadad2d7bea5bc285e1525782d4a922ac6d975.tar.gz nutyx-extra-acbadad2d7bea5bc285e1525782d4a922ac6d975.tar.bz2 nutyx-extra-acbadad2d7bea5bc285e1525782d4a922ac6d975.tar.xz nutyx-extra-acbadad2d7bea5bc285e1525782d4a922ac6d975.zip |
Ajout de cyrus-sasl#2.1.22-1
Diffstat (limited to 'extra/cyrus-sasl/gcc44-1.patch')
-rw-r--r-- | extra/cyrus-sasl/gcc44-1.patch | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/extra/cyrus-sasl/gcc44-1.patch b/extra/cyrus-sasl/gcc44-1.patch new file mode 100644 index 000000000..0d4d2d2ea --- /dev/null +++ b/extra/cyrus-sasl/gcc44-1.patch @@ -0,0 +1,23 @@ +Bug #248738 + +diff -Naurp cyrus-sasl-2.1.22-orig/plugins/digestmd5.c cyrus-sasl-2.1.22/plugins/digestmd5.c +--- cyrus-sasl-2.1.22-orig/plugins/digestmd5.c 2006-05-17 10:46:17.000000000 -0600 ++++ cyrus-sasl-2.1.22/plugins/digestmd5.c 2008-11-24 23:39:11.000000000 -0600 +@@ -2715,7 +2715,7 @@ static sasl_server_plug_t digestmd5_serv + "DIGEST-MD5", /* mech_name */ + #ifdef WITH_RC4 + 128, /* max_ssf */ +-#elif WITH_DES ++#elif defined(WITH_DES) + 112, + #else + 1, +@@ -4034,7 +4034,7 @@ static sasl_client_plug_t digestmd5_clie + "DIGEST-MD5", + #ifdef WITH_RC4 /* mech_name */ + 128, /* max ssf */ +-#elif WITH_DES ++#elif defined(WITH_DES) + 112, + #else + 1, |