From: Arne Fitzenreiter Date: Sat, 25 Apr 2020 13:59:15 +0000 (+0200) Subject: netpbm: remove WANT_SSE = Y from config.mk X-Git-Tag: v2.25-core145~164 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=0c30bb30b8c532154f0d60e3c99fc88d406271a2;p=ipfire-2.x.git 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 --- 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