mirror of
https://abf.rosa.ru/djam/newmoon.git
synced 2025-02-23 15:12:54 +00:00
Updated to 28.7.2
This commit is contained in:
parent
e129dad39e
commit
a04be322c9
2 changed files with 7 additions and 8 deletions
2
.abf.yml
2
.abf.yml
|
@ -1,3 +1,3 @@
|
|||
sources:
|
||||
UXP-PM28.7.1_Release.tar.gz: 2b09010a2f80952a63bcc44f11fbbd895823905f
|
||||
UXP-PM28.7.2_Release.tar.gz: 6b069f3c798aa060cdfc27f3290f45692f206fb7
|
||||
firefox-dictionary-61.0.2.tar.bz2: 25929c585dc8568a32d5be49aacc672f0ed2202f
|
||||
|
|
13
newmoon.spec
13
newmoon.spec
|
@ -11,7 +11,7 @@
|
|||
|
||||
Summary: Web browser based on Goanna engine
|
||||
Name: newmoon
|
||||
Version: 28.7.1
|
||||
Version: 28.7.2
|
||||
Release: 1
|
||||
License: MPLv2.0
|
||||
Group: Networking/WWW
|
||||
|
@ -135,11 +135,13 @@ autoconf-2.13
|
|||
export CC=clang
|
||||
export CXX=clang++
|
||||
export LINKER=ld.lld
|
||||
export CFLAGS="$CFLAGS -fno-strict-aliasing -Wno-defaulted-function-deleted -Wno-enum-compare-switch -Wno-unused-private-field -Wno-unreachable-code -Wno-sign-compare"
|
||||
export CXXFLAGS="$CFLAGS -fpermissive"
|
||||
%else
|
||||
%global optflags %(echo %{optflags} | sed -e 's/-gdwarf-4//' -e 's/-fvar-tracking-assignments//' -e 's/-frecord-gcc-switches//' -e 's/-Wa,--compress-debug-sections//')
|
||||
%setup_compile_flags
|
||||
CFLAGS=$(echo %{optflags} | sed -e 's/-fexceptions//')
|
||||
CFLAGS="$CFLAGS -fno-strict-aliasing"
|
||||
CFLAGS="$CFLAGS -fno-strict-aliasing -Wno-ignored-optimization-argument"
|
||||
CXXFLAGS="$CFLAGS -fpermissive"
|
||||
RPM_OPT_FLAGS="$CFLAGS"
|
||||
LDFLAGS="%{ldflags}"
|
||||
|
@ -168,6 +170,8 @@ ac_add_options --disable-accessibility
|
|||
ac_add_options --disable-crashreporter
|
||||
ac_add_options --disable-debug
|
||||
ac_add_options --disable-official-branding
|
||||
ac_add_options --disable-optimize
|
||||
ac_add_options --disable-startupcache
|
||||
ac_add_options --disable-tests
|
||||
ac_add_options --disable-updater
|
||||
ac_add_options --disable-webrtc
|
||||
|
@ -179,11 +183,6 @@ ac_add_options --enable-libproxy
|
|||
ac_add_options --enable-startup-notification
|
||||
ac_add_options --with-distribution-id=org.rosa
|
||||
ac_add_options --with-pthreads
|
||||
%if %{mdkver} > 201610
|
||||
ac_add_options --disable-optimize
|
||||
%else
|
||||
ac_add_options --enable-optimize
|
||||
%endif
|
||||
|
||||
EOF
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue