Package: src:gnustep-corebase
Version: 0.1.1+20230710-4
Tags: patch

gnustep-corebase ftbfs with LTO. For checking, you can enable that with

@@ -2,7 +2,7 @@
 #export DH_VERBOSE = 1

 include /usr/share/GNUstep/debian/config.mk
-export DEB_BUILD_MAINT_OPTIONS = hardening=+all
+export DEB_BUILD_MAINT_OPTIONS = hardening=+all optimize=+lto
 export DEB_LDFLAGS_MAINT_APPEND = -Wl,--no-undefined

 %:

if you can't investigate, please disable it explicitly for now:

@@ -2,7 +2,7 @@
 #export DH_VERBOSE = 1

 include /usr/share/GNUstep/debian/config.mk
-export DEB_BUILD_MAINT_OPTIONS = hardening=+all
+export DEB_BUILD_MAINT_OPTIONS = hardening=+all optimize=-lto
 export DEB_LDFLAGS_MAINT_APPEND = -Wl,--no-undefined

 %:

Reply via email to