d6b4e48968
- various fixes (see /usr/local/share/doc/openldap/CHANGES) [1] - fixed libldap fdset re-init for restart (ITS#3524) [3] - added ACI support [2] - added SLPv2 support PR: 76192 [1], 74906 [2] Submitted by: Alex Deiter <tiamat@komi.mts.ru> [1], Rainer Duffner <rainer@ultra-secure.de> [2] Obtained from: OpenLDAP CVS [3]
20 lines
539 B
Text
20 lines
539 B
Text
--- configure.orig Tue Jul 27 18:33:12 2004
|
|
+++ configure Sat Aug 14 17:05:23 2004
|
|
@@ -20985,7 +20985,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 20991 "configure"
|
|
#include "confdefs.h"
|
|
@@ -21029,7 +21029,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 21035 "configure"
|
|
#include "confdefs.h"
|