summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGaming4JC <g4jc@hyperbola.info>2022-05-08 16:48:06 -0400
committerGaming4JC <g4jc@hyperbola.info>2022-05-08 16:48:06 -0400
commite0c70cb495df6b8c48cb61f595f3b24ad8bc2f4a (patch)
tree0491ce6c98d10e30ea00431a662b40814cf8b722
parentdfbb1dc05d0146bb8f12eac0da776cd91c3cdba3 (diff)
downloadiceweasel-uxp-e0c70cb495df6b8c48cb61f595f3b24ad8bc2f4a.tar.gz
Remove references to DBM
-rwxr-xr-xconfvars.sh1
-rw-r--r--installer/Makefile.in6
-rw-r--r--installer/package-manifest.in3
3 files changed, 2 insertions, 8 deletions
diff --git a/confvars.sh b/confvars.sh
index 360dc54..1f5cf07 100755
--- a/confvars.sh
+++ b/confvars.sh
@@ -9,6 +9,7 @@ MOZ_PHOENIX=1
MOZ_AUSTRALIS=1
HYPE_ICEWEASEL=1
MOZ_UPDATER=0
+MOZ_SECURITY_SQLSTORE=1
if test "$OS_ARCH" = "WINNT" -o \
"$OS_ARCH" = "Linux"; then
diff --git a/installer/Makefile.in b/installer/Makefile.in
index 2d5a5f9..e826f16 100644
--- a/installer/Makefile.in
+++ b/installer/Makefile.in
@@ -42,10 +42,6 @@ ifdef MOZ_SYSTEM_NSS
DEFINES += -DMOZ_SYSTEM_NSS=1
endif
-ifdef NSS_DISABLE_DBM
-DEFINES += -DNSS_DISABLE_DBM=1
-endif
-
ifdef MOZ_ARTIFACT_BUILDS
DEFINES += -DMOZ_ARTIFACT_BUILDS=1
endif
@@ -172,4 +168,4 @@ package-compare::
installer::
ifdef INSTALLER_DIR
$(MAKE) -C $(INSTALLER_DIR)
-endif \ No newline at end of file
+endif
diff --git a/installer/package-manifest.in b/installer/package-manifest.in
index 7b27406..c361e63 100644
--- a/installer/package-manifest.in
+++ b/installer/package-manifest.in
@@ -631,9 +631,6 @@
#endif
@BINPATH@/@DLL_PREFIX@nss3@DLL_SUFFIX@
@BINPATH@/@DLL_PREFIX@nssckbi@DLL_SUFFIX@
-#ifndef NSS_DISABLE_DBM
-@BINPATH@/@DLL_PREFIX@nssdbm3@DLL_SUFFIX@
-#endif
#ifndef MOZ_FOLD_LIBS
@BINPATH@/@DLL_PREFIX@nssutil3@DLL_SUFFIX@
@BINPATH@/@DLL_PREFIX@smime3@DLL_SUFFIX@