[OGo-Developer] Re: [SOGo] sope/sogo and gnustep-make 2

Sebastian Reitenbach developer@opengroupware.org
Mon, 07 Jan 2008 17:24:21 +0100


developer@opengroupware.org wrote: 
> Hi Sebastian,
> 
> 
> Thanks for the patches, I'll have a look at them soon.
> 
> Can you just split your patches from the Inverse sope patch? The SOPE 
patch contains fixes for bugs that I would like to fill through the bugzilla 
interface. Not having the time recently to submit them and wait for their 
inclusion, I have decided to make that patch but ultimately it will 
disappear... Moreover, there are changes made that have not yet been 
reviewed by the SOPE crew...

btw, to the changes I had to made to the patchset, to be able to compile it 
on OpenBSD, regarding the strndup. I had to add sth. like this to the 
GNUmakefile, because without, it bailed out on openSUSE:

ifneq (findstring, openbsd (openbsd,) )
  ADDITIONAL_CPP_FLAGS += -DHAVE_STRNDUP
endif
or sth. similar.

Sebastian