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
369 B
Text
13 lines
369 B
Text
$NetBSD: patch-ac,v 1.3 2005/04/24 09:31:54 adrianp Exp $
|
|
|
|
--- src/compat/Makefile.am.orig 2005-03-05 21:50:09.000000000 +0100
|
|
+++ src/compat/Makefile.am 2005-03-05 21:50:18.000000000 +0100
|
|
@@ -1,7 +1,7 @@
|
|
bin_PROGRAMS = isync
|
|
|
|
isync_SOURCES = main.c config.c convert.c util.c
|
|
-isync_LDADD = -ldb
|
|
+isync_LDADD = -ldb4
|
|
noinst_HEADERS = isync.h
|
|
|
|
man_MANS = isync.1
|