diff options
author | Vsevolod Stakhov <vsevolod@FreeBSD.org> | 2005-09-15 11:47:24 +0000 |
---|---|---|
committer | Vsevolod Stakhov <vsevolod@FreeBSD.org> | 2005-09-15 11:47:24 +0000 |
commit | fb8e66e8ac03a107f6cfd23033238b640c92d55a (patch) | |
tree | 299fb309d8ed397244293d38e6e61e03f9bf0d95 /net/openldap24-server/files/patch-configure | |
parent | - Firewalk port really depends on net/libnet-devel, but the check can be sati... (diff) |
Update to 2.3.7 [1]
Add RWM overlay support [2]
Convert to OPTIONS
Remove openldap23-sasl-server as it is no longer required as separated port.
PR: 85709 [1], 84966 [2]
Submitted by: Dmitry A Grigorovich <odip@bionet.nsc.ru> [1]
Pawel Wieleba <P.Wieleba@iem.pw.edu.pl> [2]
Notes
Notes:
svn path=/head/; revision=142807
Diffstat (limited to 'net/openldap24-server/files/patch-configure')
-rw-r--r-- | net/openldap24-server/files/patch-configure | 32 |
1 files changed, 16 insertions, 16 deletions
diff --git a/net/openldap24-server/files/patch-configure b/net/openldap24-server/files/patch-configure index 7e4fa565bb17..4198340d07c7 100644 --- a/net/openldap24-server/files/patch-configure +++ b/net/openldap24-server/files/patch-configure @@ -1,20 +1,20 @@ ---- 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 +--- configure.orig Fri Sep 2 03:27:55 2005 ++++ configure Sun Sep 4 16:10:14 2005 +@@ -34922,7 +34922,7 @@ + echo $ECHO_N "(cached) $ECHO_C" >&6 else - ac_save_LIBS="$LIBS" + ac_check_lib_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 ++LIBS="-liodbc $LIBS $LTHREAD_LIBS" + cat >conftest.$ac_ext <<_ACEOF + /* confdefs.h. */ + _ACEOF +@@ -34995,7 +34995,7 @@ + echo $ECHO_N "(cached) $ECHO_C" >&6 else - ac_save_LIBS="$LIBS" + ac_check_lib_save_LIBS=$LIBS -LIBS="-lodbc $LIBS" -+LIBS="-lodbc $LIBS $LTHREAD_LIBS" - cat > conftest.$ac_ext <<EOF - #line 21832 "configure" - #include "confdefs.h" ++LIBS="-lodbc $LIBS $LTHREAD_LIBS" + cat >conftest.$ac_ext <<_ACEOF + /* confdefs.h. */ + _ACEOF |