mirror of
https://git.freebsd.org/ports.git
synced 2025-06-15 01:30:33 -04:00
There is development version of openldap named 2.3.2beta2. These ports are based on http://people.freebsd.org/~eik/ports/openldap23.shar. The repocopy has been already made in ports/77170. PR: ports/80618 Submitted by: Vsevolod Stakhov <vsevolod@highsecure.ru>
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
|
|
@@ -21782,7 +21782,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 21788 "configure"
|
|
#include "confdefs.h"
|
|
@@ -21826,7 +21826,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 21832 "configure"
|
|
#include "confdefs.h"
|