]> git.pld-linux.org Git - packages/firefox.git/blobdiff - firefox.spec
- rebuild with libffi 3.3
[packages/firefox.git] / firefox.spec
index 5f56596444f1ba4cce5908de974ebc898b88f2b1..447461d4bce1cdf0ca086fe26ec633fd43a1e68d 100644 (file)
@@ -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
This page took 0.033657 seconds and 4 git commands to generate.