diff options
-rw-r--r-- | webbrowser/confvars.sh | 8 | ||||
-rw-r--r-- | webbrowser/installer/package-manifest.in | 2 |
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@ |