Hi.
I'm one of the Debian package maintainers for cyrus-imapd. We received a
report at http://bugs.debian.org/388242 that cyrus-imapd fails to build
on the kfreebsd port of Debian. Problem seems to be that sys/exec.h
exports PS_STRINGS, but that this macro is only usable while compiling
the kernel
--- cyrus-imapd-2.2-2.2.13/configure.in
+++ cyrus-imapd-2.2-2.2.13/configure.in
@@ -300,7 +284,7 @@
AC_CACHE_VAL(cyrus_cv_sys_psstrings, AC_TRY_CPP([
#include
#include
-#ifndef PS_STRINGS
+#if !defined(PS_STRINGS) || defined (__GLIBC__)
#include
#endif],cyrus_cv_sys_psstrings=yes,cy
Petr Salinger wrote on 19/09/2006 12:01:
> the current version fails to build on GNU/kFreeBSD.
>
> It needs small tweak to configure.in/configure.
> Please find attached patch with tweak for configure.in
> and updated configure.
>
> It would also be nice if you can ask upstream
> to include this
Package: cyrus-imapd-2.2
Severity: important
Version: 2.2.13-7
Tags: patch
Hi,
the current version fails to build on GNU/kFreeBSD.
It needs small tweak to configure.in/configure.
Please find attached patch with tweak for configure.in
and updated configure.
It would also be nice if you can ask
4 matches
Mail list logo