On 2018/04/06 10:42, Stefan Sperling wrote: > On Fri, Apr 06, 2018 at 03:11:45AM -0500, Aaron Poffenberger wrote: > > The following patch updates kcaldav to 0.1.6, making it compatible > > with kcgi-0.10.2. > > > > In addition to make kcaldav compatible with kcgi, Krtisaps accepted > > many of patches from the 0.1.4 port, and updated build to use gmake > > like kcgi. > > > > As a result, you'll find a lot of patch files were deleted. I'd recommend > > applying this patch with -E. > > > > --Aaron > > Doesn't build for me. > > The kcgi package ships no shared library, but this kcaldav ports > seems to be trying to link to kcgi as a shared library: > > cc -o kcaldav -static delete.o dynamic.o get.o kcaldav.o options.o > propfind.o property.o proppatch.o put.o util.o db.o kcaldav-sql.o principal.o > resource.o libkcaldav.a -lkcgi -lkcgixml -lkcgijson -lz -lexpat -lsqlite3 > -lm -lpthread > /usr/bin/ld: cannot find -lkcgi
There's a static library though, it should probably find it if the right -L path is used.