[packages/firefox] - enable mmx on i686, libvpx won't build without it

baggins baggins at pld-linux.org
Sat Apr 11 09:57:48 CEST 2020


commit a25d8366700947d63155c868c32522020b107afe
Author: Jan Rękorajski <baggins at pld-linux.org>
Date:   Sat Apr 11 09:55:02 2020 +0200

    - enable mmx on i686, libvpx won't build without it

 firefox.spec | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/firefox.spec b/firefox.spec
index d8de545..5f56596 100644
--- a/firefox.spec
+++ b/firefox.spec
@@ -2046,8 +2046,8 @@ export CC="%{__cc}"
 export CXX="%{__cxx}"
 %endif
 %ifarch %{ix86}
-export CFLAGS="%{rpmcflags} -D_FILE_OFFSET_BITS=64 -g0"
-export CXXFLAGS="%{rpmcxxflags} -D_FILE_OFFSET_BITS=64 -g0"
+export CFLAGS="%{rpmcflags} -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
 export LLVM_PARALLEL_LINK_JOBS=1
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/firefox.git/commitdiff/a25d8366700947d63155c868c32522020b107afe



More information about the pld-cvs-commit mailing list