Package: c-icap / 1:0.4.4-1

Metadata

Package Version Patches format
c-icap 1:0.4.4-1 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
0001 fix config prefix.patch | (download)

c-icap.conf.in | 14 8 + 6 - 0 !
1 file changed, 8 insertions(+), 6 deletions(-)

 fix-config-prefix

Patching location of magic and logfiles

0004 PATCH properly detect shm on kfreebsd hurd.patch | (download)

configure.ac | 6 6 + 0 - 0 !
1 file changed, 6 insertions(+)

 [patch] properly detect shm on kfreebsd / hurd

The rt could be the default. The thing with ac_try_compile is that passes
because we have the headers but linking fails due missing headers.
ac_try_link would be better but then we need to know the lib :)
This should work on kfreebsd and gnu hurd (which has currently gnu0.7
as target_os set).

Signed-off-by: Sebastian Andrzej Siewior <sebastian@breakpoint.cc>