diff options
| author | Oliver Eikemeier <eik@FreeBSD.org> | 2004-03-31 22:33:09 +0000 |
|---|---|---|
| committer | Oliver Eikemeier <eik@FreeBSD.org> | 2004-03-31 22:33:09 +0000 |
| commit | 0ef511cb2ca8bd851d714320c7e3a50f92f96f72 (patch) | |
| tree | 39c0dd0c3d266f3356835d3209347425c16318d8 /net/openldap22-server/files/patch-build::ltmain.sh | |
| parent | - update to OpenLDAP 2.1.29: (diff) | |
- update to OpenLDAP 2.2.8:
- fixed slapd/slapadd syncrepl bugs (ITS#2948,2995)
- fixed slapd sasl-regexp multiple entry bug (ITS#3033)
- fixed slapd bind method portability bug (ITS#3038)
- fixed libldap try_read1msg bug (ITS#2982)
- added slapd numericStringOrderingMatch rule support (ITS#2988)
- added slurpd replication interval config option (ITS#2768)
- shared library soname change (ITS#3035) postponed until bsd.port.mk is patched
- enabled hdb backend
- 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
Diffstat (limited to 'net/openldap22-server/files/patch-build::ltmain.sh')
| -rw-r--r-- | net/openldap22-server/files/patch-build::ltmain.sh | 17 |
1 files changed, 15 insertions, 2 deletions
diff --git a/net/openldap22-server/files/patch-build::ltmain.sh b/net/openldap22-server/files/patch-build::ltmain.sh index 69915180c4d9..515dd96d8756 100644 --- a/net/openldap22-server/files/patch-build::ltmain.sh +++ b/net/openldap22-server/files/patch-build::ltmain.sh @@ -1,5 +1,5 @@ --- build/ltmain.sh.orig Thu Jan 1 19:16:25 2004 -+++ build/ltmain.sh Thu Mar 25 11:55:10 2004 ++++ build/ltmain.sh Sun Mar 28 14:58:06 2004 @@ -1076,7 +1076,7 @@ esac elif test "X$arg" = "X-lc_r"; then @@ -9,7 +9,20 @@ # Do not include libc_r directly, use -pthread flag. continue ;; -@@ -4296,10 +4296,17 @@ +@@ -1088,6 +1088,12 @@ + + -module) + module=yes ++ case $host in ++ *-*-freebsd*) ++ # Do not build the useless static library ++ build_old_libs=no ++ ;; ++ esac + continue + ;; + +@@ -4296,10 +4302,17 @@ fi # Install the pseudo-library for information purposes. |
