]> git.pld-linux.org Git - packages/pngquant.git/commitdiff
- no sse option means compile time detection on build host; avoid using SSE where...
authorJakub Bogusz <qboosh@pld-linux.org>
Sun, 28 Aug 2016 10:26:50 +0000 (12:26 +0200)
committerJakub Bogusz <qboosh@pld-linux.org>
Sun, 28 Aug 2016 10:26:50 +0000 (12:26 +0200)
pngquant.spec

index a9bb5c73573d0fb2a9b7f30d5645b00fc09358fa..f1fb8c0bc9fc478a985f3a12df56a1bab792356f 100644 (file)
@@ -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}
 
This page took 0.132074 seconds and 4 git commands to generate.