16 lines
566 B
Plaintext
16 lines
566 B
Plaintext
$NetBSD: patch-ac,v 1.19 2015/07/25 03:11:18 ryoon Exp $
|
|
|
|
We'll take care of PKG_SYSCONFSUBDIR ourselves, thanks.
|
|
|
|
--- src/Makefile.in.orig 2015-07-09 13:41:47.000000000 +0000
|
|
+++ src/Makefile.in
|
|
@@ -396,7 +396,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)"'
|
|
|
|
# SSL library
|
|
stunnel_LDFLAGS = -L$(SSLDIR)/lib64 -L$(SSLDIR)/lib -lssl -lcrypto
|