blob: 68dbbd4c4f5a9471152599319392cb0b2c0f8617 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
$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
|