Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Joe Martin
OpenLDAP
Commits
f2ffd05a
Commit
f2ffd05a
authored
Sep 18, 2012
by
Quanah Gibson-Mount
Browse files
ITS#7390
Update configure for MozNSS check
parent
40aaca74
Changes
2
Hide whitespace changes
Inline
Side-by-side
CHANGES
View file @
f2ffd05a
...
...
@@ -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)
...
...
configure
View file @
f2ffd05a
#! /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
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment