build against nss 3.52
This commit is contained in:
parent
3c97f446c2
commit
d6bc3723ae
@ -5,8 +5,8 @@ diff -up firefox-76.0/old-configure.in.nss-version firefox-76.0/old-configure.in
|
|||||||
_USE_SYSTEM_NSS=1 )
|
_USE_SYSTEM_NSS=1 )
|
||||||
|
|
||||||
if test -n "$_USE_SYSTEM_NSS"; then
|
if test -n "$_USE_SYSTEM_NSS"; then
|
||||||
- AM_PATH_NSS(3.51.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.1, [MOZ_SYSTEM_NSS=1], [AC_MSG_ERROR([you don't have NSS installed or your version is too old])])
|
||||||
+ AM_PATH_NSS(3.51, [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])])
|
||||||
fi
|
fi
|
||||||
|
|
||||||
NSS_CFLAGS="$NSS_CFLAGS -I${DIST}/include/nss"
|
NSS_CFLAGS="$NSS_CFLAGS -I${DIST}/include/nss"
|
||||||
|
@ -366,7 +366,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