summaryrefslogtreecommitdiffstats
path: root/webbrowser
diff options
context:
space:
mode:
authorThomas Groman <tgroman@nuegia.net>2020-05-07 22:11:16 -0700
committerThomas Groman <tgroman@nuegia.net>2020-05-07 22:11:16 -0700
commit5563c20d888589f72af43db315883eda68bfabec (patch)
tree32b2e7475e3fa6c3635f1cb742a9418bf111566b /webbrowser
parentd39734fa6cb255bc431f7774b9dcf8de07e054c0 (diff)
downloadwebbrowser-5563c20d888589f72af43db315883eda68bfabec.tar
webbrowser-5563c20d888589f72af43db315883eda68bfabec.tar.gz
webbrowser-5563c20d888589f72af43db315883eda68bfabec.tar.lz
webbrowser-5563c20d888589f72af43db315883eda68bfabec.tar.xz
webbrowser-5563c20d888589f72af43db315883eda68bfabec.zip
Remove MOZ_FOLD_LIBS
Diffstat (limited to 'webbrowser')
-rw-r--r--webbrowser/confvars.sh8
-rw-r--r--webbrowser/installer/package-manifest.in2
2 files changed, 0 insertions, 10 deletions
diff --git a/webbrowser/confvars.sh b/webbrowser/confvars.sh
index 2968529..8b156b0 100644
--- a/webbrowser/confvars.sh
+++ b/webbrowser/confvars.sh
@@ -1,7 +1,4 @@
#! /bin/sh
-# This Source Code Form is subject to the terms of the Mozilla Public
-# License, v. 2.0. If a copy of the MPL was not distributed with this
-# file, You can obtain one at http://mozilla.org/MPL/2.0/.
# Application Basename and Vendor
# MOZ_APP_BASENAME and MOZ_APP_VENDOR must not have spaces.
@@ -88,11 +85,6 @@ MOZ_CHROME_FILE_FORMAT=omni
# Set the default top-level extensions
MOZ_EXTENSIONS_DEFAULT=" gio"
-# Fold Libs
-if test "$OS_TARGET" = "WINNT" -o "$OS_TARGET" = "Darwin"; then
- MOZ_FOLD_LIBS=1
-fi
-
# Include bundled fonts
if test "$OS_ARCH" = "WINNT" -o \
"$OS_ARCH" = "Linux"; then
diff --git a/webbrowser/installer/package-manifest.in b/webbrowser/installer/package-manifest.in
index e1ff01e..81faba9 100644
--- a/webbrowser/installer/package-manifest.in
+++ b/webbrowser/installer/package-manifest.in
@@ -126,10 +126,8 @@
#endif
@RESPATH@/platform.ini
#ifndef MOZ_SYSTEM_SQLITE
-#ifndef MOZ_FOLD_LIBS
@BINPATH@/@DLL_PREFIX@mozsqlite3@DLL_SUFFIX@
#endif
-#endif
@BINPATH@/@DLL_PREFIX@lgpllibs@DLL_SUFFIX@
#ifdef MOZ_FFVPX
@BINPATH@/@DLL_PREFIX@mozavutil@DLL_SUFFIX@