X-Git-Url: http://git.pld-linux.org/?p=packages%2Ffirefox.git;a=blobdiff_plain;f=firefox.spec;fp=firefox.spec;h=762421f6dac5ba9e0a9b143164ddafc0a820f6e1;hp=d01eee58469a9a80591a776e6bbf51d567bcebf2;hb=fe3966c7bceffb505c1979d5844fcac665010cef;hpb=6b14b2e06836ffbbdf947a7d8db3726063dafe6a diff --git a/firefox.spec b/firefox.spec index d01eee5..762421f 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} @@ -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