[packages/pngquant] - no sse option means compile time detection on build host; avoid using SSE where not always availab

qboosh qboosh at pld-linux.org
Sun Aug 28 12:25:33 CEST 2016


commit 3685d99dc6616272e5590460d22065cab2ed651c
Author: Jakub Bogusz <qboosh at pld-linux.org>
Date:   Sun Aug 28 12:26:50 2016 +0200

    - no sse option means compile time detection on build host; avoid using SSE where not always available

 pngquant.spec | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/pngquant.spec b/pngquant.spec
index a9bb5c7..f1fb8c0 100644
--- a/pngquant.spec
+++ b/pngquant.spec
@@ -84,7 +84,7 @@ Statyczna biblioteka libimagequant.
 	CFLAGS="%{rpmcflags} %{rpmcppflags}" \
 	LDFLAGS="%{rpmldflags}" \
 	--prefix=%{_prefix} \
-	%{?with_sse:--enable-sse} \
+	%{__enable_disable sse} \
 	%{?with_lcms:--with-lcms2} \
 	%{?with_openmp:--with-openmp}
 
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/pngquant.git/commitdiff/3685d99dc6616272e5590460d22065cab2ed651c



More information about the pld-cvs-commit mailing list