summaryrefslogtreecommitdiff
path: root/security/heimdal/patches/patch-ad
blob: 81b03a611a3326738106dbc10f711fc0b4775746 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
$NetBSD: patch-ad,v 1.6 2005/08/23 14:07:25 reed Exp $

--- configure.orig	2005-06-14 14:29:16.000000000 +0000
+++ configure
@@ -3176,9 +3176,6 @@ fi
 
 
 
-test "$sysconfdir" = '${prefix}/etc' && sysconfdir='/etc'
-test "$localstatedir" = '${prefix}/var' && localstatedir='/var/heimdal'
-
 # Make sure we can run config.sub.
 $ac_config_sub sun4 >/dev/null 2>&1 ||
   { { echo "$as_me:$LINENO: error: cannot run $ac_config_sub" >&5
@@ -22000,6 +21997,7 @@ cat >>conftest.$ac_ext <<_ACEOF
 /* end confdefs.h.  */
 
 		#undef KRB5 /* makes md4.h et al unhappy */
+		#include <sys/types.h>
 		#ifdef HAVE_OPENSSL
 		#include <openssl/md4.h>
 		#include <openssl/md5.h>
@@ -22096,6 +22094,7 @@ cat >>conftest.$ac_ext <<_ACEOF
 /* end confdefs.h.  */
 
 		#undef KRB5 /* makes md4.h et al unhappy */
+		#include <sys/types.h>
 		#ifdef HAVE_OPENSSL
 		#include <openssl/md4.h>
 		#include <openssl/md5.h>
@@ -22192,6 +22191,7 @@ cat >>conftest.$ac_ext <<_ACEOF
 /* end confdefs.h.  */
 
 		#undef KRB5 /* makes md4.h et al unhappy */
+		#include <sys/types.h>
 		#ifdef HAVE_OPENSSL
 		#include <openssl/md4.h>
 		#include <openssl/md5.h>
@@ -22319,6 +22319,7 @@ cat >>conftest.$ac_ext <<_ACEOF
 /* end confdefs.h.  */
 
 		#undef KRB5 /* makes md4.h et al unhappy */
+		#include <sys/types.h>
 		#ifdef HAVE_OPENSSL
 		#include <openssl/md4.h>
 		#include <openssl/md5.h>