summaryrefslogtreecommitdiff
path: root/net/openldap21-server/files/patch-build::ltmain.sh
diff options
context:
space:
mode:
authorOliver Eikemeier <eik@FreeBSD.org>2004-03-31 22:32:47 +0000
committerOliver Eikemeier <eik@FreeBSD.org>2004-03-31 22:32:47 +0000
commitc53e2d52d1991175c6cfe08e98b6f9743f46b2e1 (patch)
tree9d02b80212d79a85253a48e435a013ab2856a008 /net/openldap21-server/files/patch-build::ltmain.sh
parentUpgrade to version 1.22 (diff)
- update to OpenLDAP 2.1.29:
- fixed slapd SASL invalid authcID crash (ITS#2961) - fixed slapd sasl-regexp debug crash (ITS#3033) - fixed back-bdb empty suffix bug (ITS#2970) - fixed back-bdb IDL avl_delete failure bug (ITS#3004) - fixed libldap assert failure (ITS#2982) - prefer autodetection over PTHREAD_LIBS from bsd.port.mk, to avoid problems of clients which crash on -CURRENT while loading/unloading threading libraries - added -sasl as a build option to the package name - made the server requiring the matching client library
Notes
Notes: svn path=/head/; revision=105826
Diffstat (limited to 'net/openldap21-server/files/patch-build::ltmain.sh')
-rw-r--r--net/openldap21-server/files/patch-build::ltmain.sh17
1 files changed, 15 insertions, 2 deletions
diff --git a/net/openldap21-server/files/patch-build::ltmain.sh b/net/openldap21-server/files/patch-build::ltmain.sh
index 53bc16473d95..ddc096d63b3c 100644
--- a/net/openldap21-server/files/patch-build::ltmain.sh
+++ b/net/openldap21-server/files/patch-build::ltmain.sh
@@ -1,5 +1,5 @@
--- build/ltmain.sh.orig Mon Feb 10 20:24:24 2003
-+++ build/ltmain.sh Thu Mar 25 02:17:45 2004
++++ build/ltmain.sh Sun Mar 28 19:11:24 2004
@@ -1066,7 +1066,7 @@
esac
elif test "X$arg" = "X-lc_r"; then
@@ -9,7 +9,20 @@
# Do not include libc_r directly, use -pthread flag.
continue
;;
-@@ -4286,10 +4286,17 @@
+@@ -1078,6 +1078,12 @@
+
+ -module)
+ module=yes
++ case $host in
++ *-*-freebsd*)
++ # Do not build the useless static library
++ build_old_libs=no
++ ;;
++ esac
+ continue
+ ;;
+
+@@ -4286,10 +4292,17 @@
fi
# Install the pseudo-library for information purposes.