52daeab6f7
first set of patches - Many updates and bugfixes, in summary: - better OpenSSL detection - update c-client support - use legacy flock() only on linux - cope with out-of-disk-space halfways gracefully
13 lines
468 B
Text
13 lines
468 B
Text
$NetBSD: patch-ad,v 1.3 2005/04/24 09:31:54 adrianp Exp $
|
|
|
|
--- src/compat/Makefile.in.orig 2005-03-05 21:50:06.000000000 +0100
|
|
+++ src/compat/Makefile.in 2005-03-05 21:50:33.000000000 +0100
|
|
@@ -152,7 +152,7 @@
|
|
with_compat_FALSE = @with_compat_FALSE@
|
|
with_compat_TRUE = @with_compat_TRUE@
|
|
isync_SOURCES = main.c config.c convert.c util.c
|
|
-isync_LDADD = -ldb
|
|
+isync_LDADD = -ldb4
|
|
noinst_HEADERS = isync.h
|
|
man_MANS = isync.1
|
|
EXTRA_DIST = isyncrc.sample $(man_MANS)
|