Re: [Kolab-devel] Cyrus 2.5 git behaves different on arm and x86
hede <[email protected]>
| Newsgroups | gmane.comp.kde.devel.kolab |
|---|---|
| Organization | der-he.de |
| Message-ID | <20150221185203.7bc59ca5@burnz> |
Am Fri, 17 Oct 2014 17:16:26 +0200 schrieb hede <[email protected]>: > Anybody else using cyrus imapd 2.5 on arm or any other non-Intel > environment? At least for ARM it seems: no. Should I be the only one? :-) See: https://bugzilla.cyrusimap.org/show_bug.cgi?id=3886 I've patched the cyrus-imapd package in my repository to use "-fsigned-char" and it works. A simple workaround, no proper solution, but effective. :-) regards hede -- http://packages.der-he.de/packages/ _______________________________________________ devel mailing list [email protected] https://lists.kolab.org/mailman/listinfo/devel
cyrus-on-arm-signed-chars.patch
(text/x-patch, 361 B)
--- configure.ac.ori 2015-02-21 18:46:49.820231627 +0100
+++ configure.ac 2015-02-21 18:46:59.050462113 +0100
@@ -71,6 +71,8 @@ AC_ARG_ENABLE(coverage,
AC_SUBST(COV_CFLAGS)
AC_SUBST(COV_LDFLAGS)
+CFLAGS="${CFLAGS} -fsigned-char"
+
AC_ARG_WITH(login,,AC_MSG_ERROR([--with-login is no longer supported.
Configure SASL appropriately instead.]))