diff options
Diffstat (limited to 'net/openldap22-server')
-rw-r--r-- | net/openldap22-server/files/patch-configure | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/net/openldap22-server/files/patch-configure b/net/openldap22-server/files/patch-configure new file mode 100644 index 000000000000..cf5cf042eb50 --- /dev/null +++ b/net/openldap22-server/files/patch-configure @@ -0,0 +1,20 @@ +--- configure.orig Wed May 5 11:55:48 2004 ++++ configure Wed May 5 11:56:33 2004 +@@ -20220,7 +20220,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 20226 "configure" + #include "confdefs.h" +@@ -20264,7 +20264,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 20270 "configure" + #include "confdefs.h" |