> > > > *) htmlstrip.c gets installed as source to /usr/lib/cyrus-imapd. It
> > > > seems
> > > > it doesn't get compiled at all and the source gets installed instead.
>
> That's weird. htmlstrip is a tool used in the build process only, it
> shouldn't get installed anywhere (nor should its sourc
> Isn't this already fixed on the 2.5 branch?
Yep, commit 8a41e54
As for this:
> > > *) htmlstrip.c gets installed as source to /usr/lib/cyrus-imapd. It seems
> > > it doesn't get compiled at all and the source gets installed instead.
That's weird. htmlstrip is a tool used in the build process
Isn't this already fixed on the 2.5 branch?
On Mon, Aug 22, 2016, at 02:17 AM, Ken Murchison via Info-cyrus wrote:
> I'm guessing we should steal json_support.h from master and add it to
> the 2.5 branch.
>
>
> On 08/20/2016 10:40 AM, Wolfgang Breyha via Info-cyrus wrote:
> > After modifying my
I'm guessing we should steal json_support.h from master and add it to
the 2.5 branch.
On 08/20/2016 10:40 AM, Wolfgang Breyha via Info-cyrus wrote:
After modifying my spec file from 2.5.8 to 2.5.9 I ended up with two new
issues:
*) jcal.c can't be compiled with jansson < 2.7 (eg. every RHEL)
After modifying my spec file from 2.5.8 to 2.5.9 I ended up with two new
issues:
*) jcal.c can't be compiled with jansson < 2.7 (eg. every RHEL) because
json_boolean_value() is missing. I fixed it with:
-
--- cyrus-imapd-2.5.9/imap/jcal.h.orig 2016-08-20 16:20:52.049359274 +0200
+++ c