This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "IPFire 2.x development tree".
The branch, next has been updated via 0c30bb30b8c532154f0d60e3c99fc88d406271a2 (commit) from 4f516b87a507ab44bbdbe21cf5ce1dea71e8d914 (commit)
Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below.
- Log ----------------------------------------------------------------- commit 0c30bb30b8c532154f0d60e3c99fc88d406271a2 Author: Arne Fitzenreiter arne_f@ipfire.org Date: Sat Apr 25 15:59:15 2020 +0200
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
-----------------------------------------------------------------------
Summary of changes: config/netpbm/config.mk | 1 - 1 file changed, 1 deletion(-)
Difference in files: diff --git a/config/netpbm/config.mk b/config/netpbm/config.mk index b1a2cf73d..0cb85db6e 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
hooks/post-receive -- IPFire 2.x development tree