ee6f2a419f
Teapop is an RFC1939 and RFC2449 compliant POP3-server, which is quickly gaining world-wide recognition. With its' flexible virtual domain support, Teapop distinguishes itself from other POP3-servers. The possibility to authenticate users in several different ways, for example PostgreSQL-databases and Apache htpasswd files, lets Teapop adapt itself to Your setup, rather than the other way around as with traditional POP3-servers. Maintainer Lurene Grenier <lurene@daemonkitty.net>
13 lines
517 B
Plaintext
13 lines
517 B
Plaintext
$OpenBSD: patch-teapop_Makefile_in,v 1.1.1.1 2002/06/08 05:58:24 pvalchev Exp $
|
|
--- teapop/Makefile.in.orig Thu Apr 25 12:59:05 2002
|
|
+++ teapop/Makefile.in Thu Apr 25 12:59:29 2002
|
|
@@ -7,7 +7,7 @@ libexecdir = @libexecdir@
|
|
localstatedir = @localstatedir@
|
|
|
|
CC = @CC@
|
|
-CFLAGS = -I../include -I../config -DETC_DIR=\"$(sysconfdir)\" -DVAR_DIR=\"$(localstatedir)\" @CFLAGS@
|
|
+CFLAGS = -I../include -I../config -DETC_DIR=\"$(sysconfdir)\" -DVAR_DIR=\"/var\" @CFLAGS@
|
|
LDFLAGS = @LDFLAGS@
|
|
LIBS = @LIBS@
|
|
|