summaryrefslogtreecommitdiff
path: root/net/openldap22-server/files/patch-configure
blob: 38e7c135ab7130536401b8be7e0b037ba022fdc7 (plain) (blame)
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
--- configure.orig	Tue Jul 27 18:33:12 2004
+++ configure	Sat Aug 14 17:05:23 2004
@@ -19497,7 +19497,7 @@
 
 
 	if test $ol_cv_bdb_compat = yes ; then
-		ol_enable_bdb=yes
+		ol_enable_bdb=${ol_enable_bdb-yes}
 	elif test $ol_enable_bdb = yes ; then
 		{ echo "configure: error: BDB: BerkeleyDB version incompatible" 1>&2; exit 1; }
 	else
@@ -20349,7 +20349,7 @@
   echo $ac_n "(cached) $ac_c" 1>&6
 else
   ac_save_LIBS="$LIBS"
-LIBS="-liodbc  $LIBS"
+LIBS="-liodbc  $LIBS  $LTHREAD_LIBS"
 cat > conftest.$ac_ext <<EOF
 #line 20355 "configure"
 #include "confdefs.h"
@@ -20393,7 +20393,7 @@
   echo $ac_n "(cached) $ac_c" 1>&6
 else
   ac_save_LIBS="$LIBS"
-LIBS="-lodbc  $LIBS"
+LIBS="-lodbc  $LIBS  $LTHREAD_LIBS"
 cat > conftest.$ac_ext <<EOF
 #line 20399 "configure"
 #include "confdefs.h"