diff options
author | wolfbeast <mcwerewolf@wolfbeast.com> | 2020-03-19 23:01:29 +0100 |
---|---|---|
committer | wolfbeast <mcwerewolf@wolfbeast.com> | 2020-03-19 23:01:29 +0100 |
commit | 6f1d8fcce1f064447ccf778ea9925efae95bb5fc (patch) | |
tree | 0aa73b5f88db2ac0fc6698076606f67b192997a3 /build | |
parent | 6cbe27d1498666c410a3df1fe81b725f9a4056a0 (diff) | |
download | UXP-6f1d8fcce1f064447ccf778ea9925efae95bb5fc.tar UXP-6f1d8fcce1f064447ccf778ea9925efae95bb5fc.tar.gz UXP-6f1d8fcce1f064447ccf778ea9925efae95bb5fc.tar.lz UXP-6f1d8fcce1f064447ccf778ea9925efae95bb5fc.tar.xz UXP-6f1d8fcce1f064447ccf778ea9925efae95bb5fc.zip |
Issue #1467 - Part 4: Rename NSS_SQLSTORE to MOZ_SECURITY_SQLSTORE.
Rename the build config option accordingly.
Diffstat (limited to 'build')
-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', |