forked from pool/courier-imap
54 lines
1.6 KiB
Diff
54 lines
1.6 KiB
Diff
--- bdbobj/Makefile.in
|
|
+++ bdbobj/Makefile.in
|
|
@@ -216,7 +216,6 @@
|
|
@FOUND_DB_TRUE@testbdb_SOURCES = $(TESTBDBSOURCES)
|
|
@FOUND_DB_TRUE@testbdb_DEPENDENCIES = libbdbobj.la
|
|
@FOUND_DB_TRUE@testbdb_LDADD = libbdbobj.la @LIBDB@
|
|
-@FOUND_DB_TRUE@testbdb_LDFLAGS = -static
|
|
@FOUND_DB_FALSE@noinst_SCRIPTS = notfound
|
|
EXTRA_DIST = $(LIBDBOBJSOURCES) $(TESTBDBSOURCES) testsuite testsuite.txt
|
|
all: config.h
|
|
--- gdbmobj/Makefile.in
|
|
+++ gdbmobj/Makefile.in
|
|
@@ -217,7 +217,6 @@
|
|
@FOUND_GDBM_TRUE@testgdbm_SOURCES = $(TESTGDBMSOURCES)
|
|
@FOUND_GDBM_TRUE@testgdbm_DEPENDENCIES = libgdbmobj.la
|
|
@FOUND_GDBM_TRUE@testgdbm_LDADD = libgdbmobj.la @LIBGDBM@
|
|
-@FOUND_GDBM_TRUE@testgdbm_LDFLAGS = -static
|
|
@FOUND_GDBM_FALSE@noinst_SCRIPTS = notfound
|
|
EXTRA_DIST = $(LIBGDBMSOURCES) $(TESTGDBMSOURCES) testsuite testsuite.txt
|
|
all: config.h
|
|
--- imap/imapd-ssl.dist.in
|
|
+++ imap/imapd-ssl.dist.in
|
|
@@ -104,7 +104,7 @@
|
|
##NAME: COURIERTLS:0
|
|
#
|
|
|
|
-COURIERTLS=@bindir@/couriertls
|
|
+COURIERTLS=@sbindir@/couriertls
|
|
|
|
##NAME: TLS_PROTOCOL:0
|
|
#
|
|
--- imap/imapd.8.in
|
|
+++ imap/imapd.8.in
|
|
@@ -19,7 +19,7 @@
|
|
.HP 25
|
|
\fB@libexecdir@/couriertcpd\fR {couriertcpd\ options} {@prefix@/sbin/imaplogin} [\fImodules\fR...] {@prefix@/bin/imapd} {./Maildir}
|
|
.HP 19
|
|
-\fB@prefix@/bin/imapd\fR {./Maildir}
|
|
+\fB@prefix@/sbin/imapd\fR {./Maildir}
|
|
.SH "DESCRIPTION"
|
|
.PP
|
|
|
|
--- imap/pop3d-ssl.dist.in
|
|
+++ imap/pop3d-ssl.dist.in
|
|
@@ -91,7 +91,7 @@
|
|
# at your own risk. Only the basic SSL/TLS functionality is known to be
|
|
# working. Keep this in mind as you play with the following variables.
|
|
|
|
-COURIERTLS=@bindir@/couriertls
|
|
+COURIERTLS=@sbindir@/couriertls
|
|
|
|
##NAME: TLS_PROTOCOL:0
|
|
#
|