diff options
author | wolfbeast <mcwerewolf@wolfbeast.com> | 2020-01-31 15:40:09 +0100 |
---|---|---|
committer | wolfbeast <mcwerewolf@wolfbeast.com> | 2020-04-14 12:20:23 +0200 |
commit | a43d59bcbf8647bffb405cc3ce2951e4a4d12985 (patch) | |
tree | d987c6e35290d96a0ac6d0e52401ba43cc996ae7 /build | |
parent | ac6896b599d55ee6c8cae02772f7d9926b9eee15 (diff) | |
download | UXP-a43d59bcbf8647bffb405cc3ce2951e4a4d12985.tar UXP-a43d59bcbf8647bffb405cc3ce2951e4a4d12985.tar.gz UXP-a43d59bcbf8647bffb405cc3ce2951e4a4d12985.tar.lz UXP-a43d59bcbf8647bffb405cc3ce2951e4a4d12985.tar.xz UXP-a43d59bcbf8647bffb405cc3ce2951e4a4d12985.zip |
Issue #1342 - Remove support for system sqlite
Diffstat (limited to 'build')
-rw-r--r-- | build/directive4.py | 1 | ||||
-rw-r--r-- | build/moz.configure/old.configure | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/build/directive4.py b/build/directive4.py index 009009bf0..9150a2543 100644 --- a/build/directive4.py +++ b/build/directive4.py @@ -37,7 +37,6 @@ if ('MOZ_OFFICIAL_BRANDING' in listConfig) or (strBrandingDirectory.endswith("br 'MOZ_SYSTEM_ZLIB', 'MOZ_SYSTEM_BZ2', 'MOZ_SYSTEM_LIBVPX', - 'MOZ_SYSTEM_SQLITE', 'MOZ_SYSTEM_JEMALLOC' ] diff --git a/build/moz.configure/old.configure b/build/moz.configure/old.configure index 6fa6fcf6e..a8e82cb79 100644 --- a/build/moz.configure/old.configure +++ b/build/moz.configure/old.configure @@ -233,7 +233,6 @@ def old_configure_options(*options): '--enable-system-cairo', '--enable-system-extension-dirs', '--enable-system-pixman', - '--enable-system-sqlite', '--enable-tasktracer', '--enable-tests', '--enable-thread-sanitizer', |