mirror of
https://git.openldap.org/openldap/openldap.git
synced 2026-02-19 02:28:47 -05:00
ITS#7390
Update configure for MozNSS check
This commit is contained in:
parent
40aaca74e3
commit
f2ffd05a99
2 changed files with 4 additions and 1 deletions
1
CHANGES
1
CHANGES
|
|
@ -10,6 +10,7 @@ OpenLDAP 2.4.33 Engineering
|
|||
Fixed slapd acl handling with zero-length values (ITS#7350)
|
||||
Fixed slapd syncprov to not reference ops inside a lock (ITS#7172)
|
||||
Fixed slapd delta-syncrepl MMR with large attribute values (ITS#7354)
|
||||
Fixed slapd slapd_rw_destroy function (ITS#7390)
|
||||
Fixed slapd-mdb slapadd -q -w double free (ITS#7356)
|
||||
Fixed slapd-mdb to close read txn in reindex commit (ITS#7386)
|
||||
Fixed slapo-constraint with multiple modifications (ITS#7168)
|
||||
|
|
|
|||
4
configure
vendored
4
configure
vendored
|
|
@ -1,5 +1,5 @@
|
|||
#! /bin/sh
|
||||
# From configure.in Id: 5d7d475f16befcc240afc953c9a8775677566d23 .
|
||||
# From configure.in Id: 792cf0cd7da87fae39dca56961bcad11cf8b3d38 .
|
||||
# Guess values for system-dependent variables and create Makefiles.
|
||||
# Generated by GNU Autoconf 2.65.
|
||||
#
|
||||
|
|
@ -15764,7 +15764,9 @@ $as_echo "#define HAVE_MOZNSS 1" >>confdefs.h
|
|||
|
||||
TLS_LIBS="-lssl3 -lsmime3 -lnss3 -lnssutil3 -lplds4 -lplc4 -lnspr4"
|
||||
else
|
||||
if test $ol_with_tls = moznss ; then
|
||||
as_fn_error "MozNSS not found - please specify the location to the NSPR and NSS header files in CPPFLAGS and the location to the NSPR and NSS libraries in LDFLAGS (if not in the system location)" "$LINENO" 5
|
||||
fi
|
||||
fi
|
||||
fi
|
||||
fi
|
||||
|
|
|
|||
Loading…
Reference in a new issue