mirror of
https://git.launchpad.net/~ubuntu-qt-code/ubuntu/+source/calamares/+git/calamares
synced 2025-08-11 16:54:03 +00:00
d/rules: Silence GCS linker warning on arm64 to prevent FTBFS with GCC 15.
This commit is contained in:
parent
02bdf8bce1
commit
4ebd73cbe2
7
debian/changelog
vendored
7
debian/changelog
vendored
@ -1,3 +1,10 @@
|
||||
calamares (3.3.14-0ubuntu10) questing; urgency=medium
|
||||
|
||||
* d/rules: Silence GCS linker warning on arm64 to prevent FTBFS with
|
||||
GCC 15.
|
||||
|
||||
-- Rik Mills <rikmills@kde.org> Thu, 07 Aug 2025 18:41:41 +0100
|
||||
|
||||
calamares (3.3.14-0ubuntu9) questing; urgency=medium
|
||||
|
||||
* No-change rebuild for GCC 15.
|
||||
|
6
debian/rules
vendored
6
debian/rules
vendored
@ -2,6 +2,12 @@
|
||||
|
||||
export DEB_BUILD_MAINT_OPTIONS=hardening=+all,buildinfo=+path
|
||||
|
||||
include /usr/share/dpkg/architecture.mk
|
||||
|
||||
ifeq ($(DEB_HOST_ARCH),arm64)
|
||||
export DEB_LDFLAGS_MAINT_APPEND=-Wl,-z,gcs-report-dynamic=none
|
||||
endif
|
||||
|
||||
%:
|
||||
dh $@
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user