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 <arne_f@ipfire.org>
This commit is contained in:
Arne Fitzenreiter
2020-04-25 15:59:15 +02:00
parent 4f516b87a5
commit 0c30bb30b8

View File

@@ -688,4 +688,3 @@ TIFFLIB = libtiff.so
JPEGLIB = libjpeg.so
ZLIB = libz.so
NETPBM_DOCURL = http://netpbm.sourceforge.net/doc/
WANT_SSE = Y