summaryrefslogtreecommitdiffstats
path: root/config/external/nss/Makefile.in
diff options
context:
space:
mode:
authorwolfbeast <mcwerewolf@wolfbeast.com>2020-01-31 15:40:09 +0100
committerwolfbeast <mcwerewolf@wolfbeast.com>2020-01-31 15:40:09 +0100
commitd41ba28f5257f7c1425a0bde210e69fc5bb34a37 (patch)
tree229b340173919d85b06ef878899034cdb7b28a0f /config/external/nss/Makefile.in
parent8f89965f5062f9855cdcc20530a815746fce744c (diff)
downloadUXP-d41ba28f5257f7c1425a0bde210e69fc5bb34a37.tar
UXP-d41ba28f5257f7c1425a0bde210e69fc5bb34a37.tar.gz
UXP-d41ba28f5257f7c1425a0bde210e69fc5bb34a37.tar.lz
UXP-d41ba28f5257f7c1425a0bde210e69fc5bb34a37.tar.xz
UXP-d41ba28f5257f7c1425a0bde210e69fc5bb34a37.zip
Issue #1342 - Remove support for system sqlite
Diffstat (limited to 'config/external/nss/Makefile.in')
-rw-r--r--config/external/nss/Makefile.in2
1 files changed, 0 insertions, 2 deletions
diff --git a/config/external/nss/Makefile.in b/config/external/nss/Makefile.in
index eff80cd32..ddf956040 100644
--- a/config/external/nss/Makefile.in
+++ b/config/external/nss/Makefile.in
@@ -119,7 +119,6 @@ DEFAULT_GMAKE_FLAGS += NSS_ENABLE_TLS_1_3=1
ifeq ($(OS_ARCH)_$(GNU_CC),WINNT_1)
DEFAULT_GMAKE_FLAGS += OS_DLLFLAGS='-static-libgcc' NSPR31_LIB_PREFIX=lib
endif
-ifndef MOZ_SYSTEM_SQLITE
ifdef MOZ_FOLD_LIBS
DEFAULT_GMAKE_FLAGS += SQLITE_LIB_NAME=nss3
else
@@ -127,7 +126,6 @@ DEFAULT_GMAKE_FLAGS += SQLITE_LIB_NAME=mozsqlite3
DEFAULT_GMAKE_FLAGS += SQLITE_LIB_DIR=$(ABS_DIST)/../config/external/sqlite
endif # MOZ_FOLD_LIBS
DEFAULT_GMAKE_FLAGS += SQLITE_INCLUDE_DIR=$(ABS_DIST)/include
-endif
ifdef NSS_DISABLE_DBM
DEFAULT_GMAKE_FLAGS += NSS_DISABLE_DBM=1
endif