... in hopes of satisfying the GOT size limit there too.
for now. They nominally succeed, but two dependent autopkgtests (for
cct and kleborate) have started failing on s390x, and there's no
evidence that other BE architectures fare any better. (See #1077777.)
+ * debian/rules: Try building with -fsection-anchors on alpha in hopes of
+ satisfying the GOT size limit there too.
- -- Aaron M. Ucko <ucko@debian.org> Sun, 04 Aug 2024 15:56:43 -0400
+ -- Aaron M. Ucko <ucko@debian.org> Sun, 04 Aug 2024 16:00:49 -0400
ncbi-blast+ (2.16.0+ds-4) unstable; urgency=medium
endif
endif
+ifeq (alpha,$(DEB_HOST_ARCH))
+ export DEB_CFLAGS_MAINT_APPEND += -fsection-anchors
+ export DEB_CXXFLAGS_MAINT_APPEND += -fsection-anchors
+endif
ifeq (hppa,$(DEB_HOST_ARCH))
export DEB_CFLAGS_MAINT_APPEND += -ffunction-sections
export DEB_CXXFLAGS_MAINT_APPEND += -ffunction-sections