Fixed nss patch and removed obsolete mozconfig entries
This commit is contained in:
parent
ae1e0bfad4
commit
6876c45963
@ -1,11 +1,9 @@
|
|||||||
. $topsrcdir/browser/config/mozconfig
|
. $topsrcdir/browser/config/mozconfig
|
||||||
|
|
||||||
ac_add_options --with-system-zlib
|
ac_add_options --with-system-zlib
|
||||||
ac_add_options --with-system-bz2
|
|
||||||
ac_add_options --disable-strip
|
ac_add_options --disable-strip
|
||||||
#ac_add_options --enable-libnotify
|
#ac_add_options --enable-libnotify
|
||||||
ac_add_options --enable-necko-wifi
|
ac_add_options --enable-necko-wifi
|
||||||
ac_add_options --enable-startup-notification
|
|
||||||
ac_add_options --disable-updater
|
ac_add_options --disable-updater
|
||||||
ac_add_options --enable-chrome-format=omni
|
ac_add_options --enable-chrome-format=omni
|
||||||
ac_add_options --enable-pulseaudio
|
ac_add_options --enable-pulseaudio
|
||||||
|
@ -1,12 +1,12 @@
|
|||||||
diff -up firefox-76.0/old-configure.in.nss-version firefox-76.0/old-configure.in
|
diff -up firefox-78.0/toolkit/moz.configure.nss-version firefox-78.0/toolkit/moz.configure
|
||||||
--- firefox-76.0/old-configure.in.nss-version 2020-05-03 19:12:01.771863688 +0200
|
--- firefox-78.0/toolkit/moz.configure.nss-version 2020-06-30 08:47:09.657501414 +0200
|
||||||
+++ firefox-76.0/old-configure.in 2020-05-03 19:17:53.216898766 +0200
|
+++ firefox-78.0/toolkit/moz.configure 2020-06-30 08:47:12.652510169 +0200
|
||||||
@@ -1506,7 +1506,7 @@ MOZ_ARG_WITH_BOOL(system-nss,
|
@@ -2089,7 +2089,7 @@ option('--with-system-nss', help='Use sy
|
||||||
_USE_SYSTEM_NSS=1 )
|
|
||||||
|
|
||||||
if test -n "$_USE_SYSTEM_NSS"; then
|
imply_option('--with-system-nspr', True, when='--with-system-nss')
|
||||||
- AM_PATH_NSS(3.52.1, [MOZ_SYSTEM_NSS=1], [AC_MSG_ERROR([you don't have NSS installed or your version is too old])])
|
|
||||||
+ AM_PATH_NSS(3.52, [MOZ_SYSTEM_NSS=1], [AC_MSG_ERROR([you don't have NSS installed or your version is too old])])
|
-nss_pkg = pkg_check_modules('NSS', 'nss >= 3.53.1', when='--with-system-nss', config=False)
|
||||||
fi
|
+nss_pkg = pkg_check_modules('NSS', 'nss >= 3.53.0', when='--with-system-nss', config=False)
|
||||||
|
|
||||||
|
set_config('MOZ_SYSTEM_NSS', True, when='--with-system-nss')
|
||||||
|
|
||||||
NSS_CFLAGS="$NSS_CFLAGS -I${DIST}/include/nss"
|
|
||||||
|
@ -359,7 +359,7 @@ This package contains results of tests executed during build.
|
|||||||
%if 0%{?big_endian}
|
%if 0%{?big_endian}
|
||||||
%patch26 -p1 -b .icu
|
%patch26 -p1 -b .icu
|
||||||
%endif
|
%endif
|
||||||
#%patch46 -p1 -b .nss-version
|
%patch46 -p1 -b .nss-version
|
||||||
%patch47 -p1 -b .fedora-shebang
|
%patch47 -p1 -b .fedora-shebang
|
||||||
%patch48 -p1 -b .build-arm-wasm
|
%patch48 -p1 -b .build-arm-wasm
|
||||||
%patch49 -p1 -b .build-arm-libaom
|
%patch49 -p1 -b .build-arm-libaom
|
||||||
|
Loading…
Reference in New Issue
Block a user