b6ab23fb4f
consists of a POP3 proxy, a storage server and lots of utility programs. Note that this program is intended to be used in large email systems and is therefore quite complex to configure. If you only have a few thousand mailboxes, you are probably better of with a different POP3 server.
27 lines
615 B
Text
27 lines
615 B
Text
--- src/Makefile.in.orig Sat Aug 21 12:26:23 2004
|
|
+++ src/Makefile.in Mon Jul 11 16:47:17 2005
|
|
@@ -132,7 +132,7 @@
|
|
have_sgml = @have_sgml@
|
|
prefix = @prefix@
|
|
|
|
-CFLAGS = -g -O2 -Wall
|
|
+CFLAGS += -Wall
|
|
|
|
#LDFLAGS = -static -lc_p
|
|
|
|
@@ -166,13 +166,13 @@
|
|
|
|
LDADD = @LIB_STRL@ @LIB_GETOPT@
|
|
|
|
-pproxy_LDADD = $(LDADD) @SSL_LIBS@ -ldl
|
|
+pproxy_LDADD = $(LDADD) @SSL_LIBS@
|
|
|
|
pserv_LDADD = $(LDADD) @SSL_LIBS@
|
|
|
|
pcontrol_LDADD = $(LDADD) @LIB_READLINE@
|
|
|
|
-ptestpdm_LDADD = $(LDADD) -ldl
|
|
+ptestpdm_LDADD = $(LDADD)
|
|
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
|
|
CONFIG_HEADER = ../config.h
|
|
CONFIG_CLEAN_FILES =
|