blob: 505be8b752d39a5d92cc5fecb97525cd267546ce (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
$NetBSD: patch-ab,v 1.14 2004/12/28 09:09:52 martti Exp $
--- configure.orig 2004-12-26 01:31:18.000000000 +0200
+++ configure 2004-12-28 12:30:28.000000000 +0200
@@ -21348,2 +21348,3 @@
+if false; then
# OSF hack instead of simple AC_CHECK_LIB here
@@ -21475,2 +21476,3 @@
fi
+fi
@@ -22019,3 +22021,3 @@
LIBS="$LIBS $wrap_LIB"
-CPPFLAGS="$CPPFLAGS -DLIBDIR=\\\"$libdir\\\" -DCONFDIR=\\\"$sysconfdir/stunnel\\\" -DPIDFILE=\\\"$localstatedir/run/stunnel.pid\\\""
+CPPFLAGS="$CPPFLAGS -DLIBDIR=\\\"$libdir\\\" -DCONFDIR=\\\"$sysconfdir\\\" -DPIDFILE=\\\"$localstatedir/run/stunnel.pid\\\""
ac_config_files="$ac_config_files Makefile src/Makefile src/stunnel3 doc/Makefile tools/Makefile tools/stunnel.conf-sample tools/stunnel.init"
|