diff options
author | Oliver Eikemeier <eik@FreeBSD.org> | 2004-05-07 18:19:29 +0000 |
---|---|---|
committer | Oliver Eikemeier <eik@FreeBSD.org> | 2004-05-07 18:19:29 +0000 |
commit | 630d04fd835ba58b8ce4e8a65088acde2e8ad168 (patch) | |
tree | 044fe50ea76a12081bd46a888dba96f9e2d784fb /net/openldap21-server/files/patch-configure | |
parent | Update to 6.6.2, which includes Xalloca.h (diff) |
Fix iODBC detection on 4.x
Prompted by: Viktor Steinmann <viktor.steinmann@ch.easynet.net>,
Marc Rassbach <marc@milestonerdl.com>
Diffstat (limited to 'net/openldap21-server/files/patch-configure')
-rw-r--r-- | net/openldap21-server/files/patch-configure | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/net/openldap21-server/files/patch-configure b/net/openldap21-server/files/patch-configure new file mode 100644 index 000000000000..0f8edcf6472b --- /dev/null +++ b/net/openldap21-server/files/patch-configure @@ -0,0 +1,20 @@ +--- configure.orig Wed Apr 14 23:11:09 2004 ++++ configure Wed May 5 12:45:52 2004 +@@ -20586,7 +20586,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 20592 "configure" + #include "confdefs.h" +@@ -20630,7 +20630,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 20636 "configure" + #include "confdefs.h" |