diff options
author | wolfbeast <mcwerewolf@wolfbeast.com> | 2020-03-19 23:01:29 +0100 |
---|---|---|
committer | wolfbeast <mcwerewolf@wolfbeast.com> | 2020-04-14 13:12:08 +0200 |
commit | 09655ad6d8d8afe07c5aac4da6d5f3cf0f95e709 (patch) | |
tree | 2061a349d7ef66d4e8a382f71ded0d5e11d2b0cb /build/moz.configure | |
parent | 4fd0b98c2c67468dbb8b72b4389c4b1b8390e5ff (diff) | |
download | UXP-09655ad6d8d8afe07c5aac4da6d5f3cf0f95e709.tar UXP-09655ad6d8d8afe07c5aac4da6d5f3cf0f95e709.tar.gz UXP-09655ad6d8d8afe07c5aac4da6d5f3cf0f95e709.tar.lz UXP-09655ad6d8d8afe07c5aac4da6d5f3cf0f95e709.tar.xz UXP-09655ad6d8d8afe07c5aac4da6d5f3cf0f95e709.zip |
Issue #1467 - Part 4: Rename NSS_SQLSTORE to MOZ_SECURITY_SQLSTORE.
Rename the build config option accordingly.
Diffstat (limited to 'build/moz.configure')
-rw-r--r-- | build/moz.configure/old.configure | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/build/moz.configure/old.configure b/build/moz.configure/old.configure index cf224594a..d0f6909b9 100644 --- a/build/moz.configure/old.configure +++ b/build/moz.configure/old.configure @@ -204,7 +204,6 @@ def old_configure_options(*options): '--enable-negotiateauth', '--enable-nfc', '--enable-nspr-build', - '--enable-nss-sqlstore', '--enable-official-branding', '--enable-official-vendor', '--enable-oom-breakpoint', @@ -224,6 +223,7 @@ def old_configure_options(*options): '--enable-release', '--enable-safe-browsing', '--enable-sandbox', + '--enable-security-sqlstore', '--enable-signmar', '--enable-simulator', '--enable-small-chunk-size', |