From 0c30bb30b8c532154f0d60e3c99fc88d406271a2 Mon Sep 17 00:00:00 2001 From: Arne Fitzenreiter Date: Sat, 25 Apr 2020 15:59:15 +0200 Subject: [PATCH] netpbm: remove WANT_SSE = Y from config.mk SSE is not available on armv5tel,aarch64 and i586 so we cannot general enable it. Signed-off-by: Arne Fitzenreiter --- config/netpbm/config.mk | 1 - 1 file changed, 1 deletion(-) diff --git a/config/netpbm/config.mk b/config/netpbm/config.mk index b1a2cf73d8..0cb85db6e5 100644 --- a/config/netpbm/config.mk +++ b/config/netpbm/config.mk @@ -688,4 +688,3 @@ TIFFLIB = libtiff.so JPEGLIB = libjpeg.so ZLIB = libz.so NETPBM_DOCURL = http://netpbm.sourceforge.net/doc/ -WANT_SSE = Y -- 2.39.5