]> git.pld-linux.org Git - packages/coq.git/commitdiff
- fixed sse2 bcond
authorJakub Bogusz <qboosh@pld-linux.org>
Sat, 29 Jan 2022 15:03:56 +0000 (16:03 +0100)
committerJakub Bogusz <qboosh@pld-linux.org>
Sat, 29 Jan 2022 15:03:56 +0000 (16:03 +0100)
coq.spec

index 06f6fe9fc4699d2aab15984ff3dad6c921fc35b3..cac7418e3112713bedae00b5b328d4a5c44da717 100644 (file)
--- a/coq.spec
+++ b/coq.spec
@@ -131,8 +131,8 @@ Styl dokumentacji Coq dla LaTeXa.
 %patch0 -p1
 
 %{__sed} -i 's|-Wall.*-O2|%{rpmcflags} -Wno-unused|' tools/configure/configure.ml
-%if %{with sse2}
-%{__sed} -i -e '/cflags_sse2/ s/-msse2 -mfpmath=sse//' configure.ml
+%if %{without sse2}
+%{__sed} -i -e '/cflags_sse2/ s/-msse2 -mfpmath=sse//' tools/configure/configure.ml
 %endif
 %{__sed} -i 's,-shared,& -g,g' tools/CoqMakefile.in
 
This page took 0.038474 seconds and 4 git commands to generate.