forked from pool/mozilla-nss
50df6276cb
- update to NSS 3.36 New functionality * Experimental APIs for TLS session cache handling Notable Changes * Replaces existing vectorized ChaCha20 code with verified HACL* implementation. - Removed patch as no longer needed: renegotiate-transitional.patch upstream fix OBS-URL: https://build.opensuse.org/request/show/587646 OBS-URL: https://build.opensuse.org/package/show/mozilla:Factory/mozilla-nss?expand=0&rev=258
33 lines
891 B
Diff
33 lines
891 B
Diff
# HG changeset patch
|
|
# Parent b96f2a8d5f606fd982a8fe3655c4b71e282c3976
|
|
Index: security/nss/lib/sqlite/manifest.mn
|
|
===================================================================
|
|
RCS file: /cvsroot/mozilla/security/nss/lib/sqlite/manifest.mn,v
|
|
retrieving revision 1.5
|
|
|
|
diff --git a/lib/sqlite/manifest.mn b/lib/sqlite/manifest.mn
|
|
--- a/lib/sqlite/manifest.mn
|
|
+++ b/lib/sqlite/manifest.mn
|
|
@@ -1,19 +1,20 @@
|
|
#
|
|
# This Source Code Form is subject to the terms of the Mozilla Public
|
|
# License, v. 2.0. If a copy of the MPL was not distributed with this
|
|
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
|
CORE_DEPTH = ../..
|
|
|
|
MODULE = nss
|
|
|
|
-LIBRARY_NAME = sqlite
|
|
+LIBRARY_NAME = nsssqlite
|
|
LIBRARY_VERSION = 3
|
|
MAPFILE = $(OBJDIR)/sqlite.def
|
|
+MAPFILE_SOURCE = sqlite.def
|
|
DEFINES += -DSQLITE_THREADSAFE=1
|
|
|
|
EXPORTS = \
|
|
$(NULL)
|
|
|
|
PRIVATE_EXPORTS = \
|
|
sqlite3.h \
|
|
$(NULL)
|