opt/cyrus-sasl/cyrus-sasl-2.1.21-crypt.patch
Simon Gloßner 4f876aac0b Added a necessary patch to compile cyrus-sasl with gcc4.
Splitted the big patch into two small ones.
2006-03-20 14:27:53 +00:00

13 lines
304 B
Diff

Index: saslauthd/auth_shadow.c
--- saslauthd/auth_shadow.c 2005-11-30 21:49:20.000000000 +0100
+++ saslauthd/auth_shadow.c 2005-11-30 21:49:41.000000000 +0100
@@ -45,6 +45,7 @@
# include <time.h>
# include <pwd.h>
# include <syslog.h>
+# include <crypt.h>
# ifndef HAVE_GETSPNAM
# ifdef WITH_DES