Bug#1055228: Bug#1055750: Bug#1055228: plplot: FTBFS on armhf (test segfault)
Emanuele Rocca
ema at debian.org
Wed Jan 17 15:22:29 GMT 2024
Hi Rafael,
as a workaround for this issue, you could disable stack-clash-protection
when building for armhf. The following snippet in debian/rules should do
the trick:
ifeq ($(DEB_TARGET_ARCH),armhf)
DEB_BUILD_MAINT_OPTIONS = hardening=+all,-stackclash
else
DEB_BUILD_MAINT_OPTIONS = hardening=+all
endif
Thanks,
Emanuele
More information about the debian-science-maintainers
mailing list