Package: cyrus21-imapd
Severity: important
Version: 2.1.18-4
Tags: patch


Hi,

the current version fails to build on GNU/kFreeBSD.

It needs small tweak to configure.in/configure. Please find patch bellow with tweak for configure.in
and regenerate configure.

It would also be nice if you can ask upstream
to include this change.

Thanks in advance

                        Petr


--- configure.in~       2006-09-19 13:41:48.000000000 +0200
+++ configure.in        2006-09-19 13:41:48.000000000 +0200
@@ -286,7 +286,7 @@
        AC_CACHE_VAL(cyrus_cv_sys_psstrings, AC_TRY_CPP([
 #include <machine/vmparam.h>
 #include <sys/exec.h>
-#ifndef PS_STRINGS
+#if !defined(PS_STRINGS) || defined (__GLIBC__)
 #include </nonexistent>
 #endif],cyrus_cv_sys_psstrings=yes,cyrus_cv_sys_psstrings=no))
        if test $cyrus_cv_sys_psstrings = yes; then



--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to