[Debian GNUstep maintainers] Bug#1092335: gnustep-corebase ftbfs with LTO

Matthias Klose doko at debian.org
Tue Jan 7 13:22:25 GMT 2025


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

  %:



More information about the pkg-GNUstep-maintainers mailing list