Bug#1053641: transition: libavif
Adrian Bunk
bunk at debian.org
Sat Oct 7 21:59:12 BST 2023
On Sat, Oct 07, 2023 at 03:33:16PM -0400, Boyuan Yang wrote:
>...
> (2) Fix current jpeg-xl in Sid properly. That won't be too trivial since the new
> testing error is likely triggered by some unclear changes in build-dependencies over
> the past several months.
>...
Fix below, only tested on i386 but should also fix s390x.
> Thanks,
> Boyuan Yang
>...
cu
Adrian
--- jpeg-xl-0.7.0/debian/rules.old 2023-10-07 20:36:28.728571696 +0000
+++ jpeg-xl-0.7.0/debian/rules 2023-10-07 20:36:51.420550561 +0000
@@ -23,6 +23,8 @@
DEB_CXXFLAGS_MAINT_APPEND += -fno-tree-vectorize
endif
+DEB_CXXFLAGS_MAINT_APPEND += -fexcess-precision=fast
+
ifneq (,$(filter $(DEB_HOST_ARCH), arm64 armel armhf ppc64el))
# https://gcc.gnu.org/bugzilla/show_bug.cgi?id=77728
DEB_CXXFLAGS_MAINT_APPEND += -Wno-psabi
More information about the Pkg-phototools-devel
mailing list