16 lines
534 B
Plaintext
16 lines
534 B
Plaintext
$NetBSD: patch-ac,v 1.15 2011/11/10 21:01:39 ryoon Exp $
|
|
|
|
Change pid file location.
|
|
|
|
--- src/Makefile.in.orig 2011-11-04 20:24:15.000000000 +0000
|
|
+++ src/Makefile.in
|
|
@@ -271,7 +271,7 @@ libstunnel_la_LDFLAGS = -avoid-version
|
|
|
|
# Additional preprocesor definitions
|
|
stunnel_CPPFLAGS = -I/usr/kerberos/include -I$(SSLDIR)/include \
|
|
- -DLIBDIR='"$(pkglibdir)"' -DCONFDIR='"$(sysconfdir)/stunnel"' \
|
|
+ -DLIBDIR='"$(pkglibdir)"' -DCONFDIR='"$(sysconfdir)"' \
|
|
-DPIDFILE='"$(localstatedir)/run/stunnel/stunnel.pid"'
|
|
|
|
# Win32 executable
|