mirror of
https://abf.rosa.ru/djam/firefox-esr68.git
synced 2025-02-24 02:12:55 +00:00
Merge pull request #18 from import/firefox:rosa2016.1
Updated to 66.0.3
This commit is contained in:
commit
b4adda8be4
2 changed files with 7 additions and 12 deletions
2
.abf.yml
2
.abf.yml
|
@ -1,4 +1,4 @@
|
||||||
sources:
|
sources:
|
||||||
cbindgen-vendor.tar.xz: 7efa6255e73d8e3c9dc674822d2e29ebc0e3391b
|
cbindgen-vendor.tar.xz: 7efa6255e73d8e3c9dc674822d2e29ebc0e3391b
|
||||||
firefox-66.0.2.source.tar.xz: e54ee04bbe2bdda29a8f56009cd2851d97f63f1e
|
firefox-66.0.3.source.tar.xz: 531b26c12a3c838bd5539e6f3497ae57206c7534
|
||||||
firefox-dictionary-61.0.2.tar.bz2: 25929c585dc8568a32d5be49aacc672f0ed2202f
|
firefox-dictionary-61.0.2.tar.bz2: 25929c585dc8568a32d5be49aacc672f0ed2202f
|
||||||
|
|
17
firefox.spec
17
firefox.spec
|
@ -1,5 +1,5 @@
|
||||||
# No build in 62.0.2
|
# No build in 62.0.2
|
||||||
%define debug_package %{nil}
|
#%%define debug_package %%{nil}
|
||||||
|
|
||||||
#
|
#
|
||||||
# WARNING, READ FIRST:
|
# WARNING, READ FIRST:
|
||||||
|
@ -10,7 +10,7 @@
|
||||||
# This also means only STABLE upstream releases, NO betas.
|
# This also means only STABLE upstream releases, NO betas.
|
||||||
# This is a discussed topic. Please, do not flame it again.
|
# This is a discussed topic. Please, do not flame it again.
|
||||||
|
|
||||||
%define major 66.0.2
|
%define major 66.0.3
|
||||||
%define ff_epoch 0
|
%define ff_epoch 0
|
||||||
# (tpg) set version HERE !!!
|
# (tpg) set version HERE !!!
|
||||||
%define realver %{major}
|
%define realver %{major}
|
||||||
|
@ -258,21 +258,16 @@ export CFLAGS
|
||||||
export CXXFLAGS
|
export CXXFLAGS
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
#%ifarch %{ix86}
|
|
||||||
#%define smp_mflags -j2
|
|
||||||
#%else
|
|
||||||
#%define smp_mflags %{_smp_mflags}
|
|
||||||
#%endif
|
|
||||||
|
|
||||||
export MOZCONFIG=`pwd`/mozconfig
|
export MOZCONFIG=`pwd`/mozconfig
|
||||||
cat << EOF > $MOZCONFIG
|
cat << EOF > $MOZCONFIG
|
||||||
mk_add_options BUILD_OFFICIAL=1
|
mk_add_options BUILD_OFFICIAL=1
|
||||||
mk_add_options MOZILLA_OFFICIAL=1
|
mk_add_options MOZILLA_OFFICIAL=1
|
||||||
mk_add_options MOZ_MAKE_FLAGS="%{smp_mflags}"
|
mk_add_options MOZ_MAKE_FLAGS="%{_smp_mflags}"
|
||||||
mk_add_options MOZ_OBJDIR=@TOPSRCDIR@/../obj
|
mk_add_options MOZ_OBJDIR=@TOPSRCDIR@/../obj
|
||||||
ac_add_options --disable-crashreporter
|
ac_add_options --disable-crashreporter
|
||||||
ac_add_options --disable-debug
|
# debug
|
||||||
ac_add_options --disable-debug-symbols
|
#ac_add_options --disable-debug
|
||||||
|
#ac_add_options --disable-debug-symbols
|
||||||
ac_add_options --disable-tests
|
ac_add_options --disable-tests
|
||||||
ac_add_options --disable-updater
|
ac_add_options --disable-updater
|
||||||
%if %{toolkit_gtk3}
|
%if %{toolkit_gtk3}
|
||||||
|
|
Loading…
Add table
Reference in a new issue