commit 2ef3a3284df75d2f7d72d8db6db6ebc0a03048a6
Author: Jan RÄ™korajski <[email protected]>
Date:   Tue Jan 7 23:38:40 2025 +0100

    - disable sse and avx on ix86

 gf-complete.spec | 4 ++++
 1 file changed, 4 insertions(+)
---
diff --git a/gf-complete.spec b/gf-complete.spec
index a2a61a4..f3d610c 100644
--- a/gf-complete.spec
+++ b/gf-complete.spec
@@ -68,6 +68,10 @@ Statyczna biblioteka %{name}.
 %{__autoheader}
 %{__automake}
 %configure \
+%ifarch %{ix86}
+       --disable-sse \
+       --disabl-avx \
+%endif
        %{!?with_static_libs:--disable-static}
 %{__make}
 
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/gf-complete.git/commitdiff/2ef3a3284df75d2f7d72d8db6db6ebc0a03048a6

_______________________________________________
pld-cvs-commit mailing list
[email protected]
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit

Reply via email to