]> git.ipfire.org Git - people/mfischer/ipfire-2.x.git/commitdiff
netpbm: remove WANT_SSE = Y from config.mk
authorArne Fitzenreiter <arne_f@ipfire.org>
Sat, 25 Apr 2020 13:59:15 +0000 (15:59 +0200)
committerArne Fitzenreiter <arne_f@ipfire.org>
Sat, 25 Apr 2020 14:03:04 +0000 (16:03 +0200)
SSE is not available on armv5tel,aarch64 and i586 so we
cannot general enable it.

Signed-off-by: Arne Fitzenreiter <arne_f@ipfire.org>
config/netpbm/config.mk

index b1a2cf73d8af4f62b2744fcd7e31cbe51fada6c8..0cb85db6e5b638616365f06366cd89fc3c883acc 100644 (file)
@@ -688,4 +688,3 @@ TIFFLIB = libtiff.so
 JPEGLIB = libjpeg.so
 ZLIB = libz.so
 NETPBM_DOCURL = http://netpbm.sourceforge.net/doc/
-WANT_SSE = Y