X-Git-Url: http://git.pld-linux.org/?a=blobdiff_plain;f=firefox.spec;h=447461d4bce1cdf0ca086fe26ec633fd43a1e68d;hb=93be65114de130121a91137ca9c53690104b9da2;hp=5f56596444f1ba4cce5908de974ebc898b88f2b1;hpb=a25d8366700947d63155c868c32522020b107afe;p=packages%2Ffirefox.git diff --git a/firefox.spec b/firefox.spec index 5f56596..447461d 100644 --- a/firefox.spec +++ b/firefox.spec @@ -14,7 +14,7 @@ %bcond_with shared_js # shared libmozjs library [broken] %bcond_without system_icu # build without system ICU %bcond_with system_cairo # build with system cairo (not supported in 60.0) -%bcond_with system_libvpx # build with system libvpx (67.0 does not build with libvpx 1.8) +%bcond_without system_libvpx # build with system libvpx %bcond_without clang # build using Clang/LLVM %if %{with lto} @@ -43,7 +43,7 @@ Summary(hu.UTF-8): Firefox web böngésző Summary(pl.UTF-8): Firefox - przeglądarka WWW Name: firefox Version: 75.0 -Release: 1 +Release: 4 License: MPL v2.0 Group: X11/Applications/Networking Source0: http://releases.mozilla.org/pub/firefox/releases/%{version}/source/firefox-%{version}.source.tar.xz @@ -2046,7 +2046,7 @@ export CC="%{__cc}" export CXX="%{__cxx}" %endif %ifarch %{ix86} -export CFLAGS="%{rpmcflags} -mmmx -D_FILE_OFFSET_BITS=64 -g0" +export CFLAGS="%{rpmcflags} %{!?with_system_libvpx:-mmmx} -D_FILE_OFFSET_BITS=64 -g0" export CXXFLAGS="%{rpmcxxflags} -mmmx -D_FILE_OFFSET_BITS=64 -g0" export MOZ_DEBUG_FLAGS=" " export LLVM_USE_SPLIT_DWARF=1