diffstat for fastlink-4.1P-fix100+dfsg fastlink-4.1P-fix100+dfsg

 changelog |    8 ++++++++
 rules     |    2 +-
 2 files changed, 9 insertions(+), 1 deletion(-)

diff -Nru fastlink-4.1P-fix100+dfsg/debian/changelog fastlink-4.1P-fix100+dfsg/debian/changelog
--- fastlink-4.1P-fix100+dfsg/debian/changelog	2024-01-31 19:46:05.000000000 +0200
+++ fastlink-4.1P-fix100+dfsg/debian/changelog	2025-09-23 20:46:41.000000000 +0300
@@ -1,3 +1,11 @@
+fastlink (4.1P-fix100+dfsg-5.1) unstable; urgency=medium
+
+  * Non-maintainer upload.
+  * Build with -std=gnu17 to workaround FTBFS with GCC 15.
+    (Closes: #1096612)
+
+ -- Adrian Bunk <bunk@debian.org>  Tue, 23 Sep 2025 20:46:41 +0300
+
 fastlink (4.1P-fix100+dfsg-5) unstable; urgency=medium
 
   * Standards-Version: 4.6.2
diff -Nru fastlink-4.1P-fix100+dfsg/debian/rules fastlink-4.1P-fix100+dfsg/debian/rules
--- fastlink-4.1P-fix100+dfsg/debian/rules	2024-01-31 19:46:05.000000000 +0200
+++ fastlink-4.1P-fix100+dfsg/debian/rules	2025-09-23 20:46:35.000000000 +0300
@@ -3,7 +3,7 @@
 export DEB_BUILD_MAINT_OPTIONS=hardening=+all
 # FIXME: This is discouraged ... but works for the moment to solve bug #957194
 #        https://wiki.gentoo.org/wiki/Gcc_10_porting_notes/fno_common#The_-fcommon_workaround_.28discouraged.29
-export DEB_CFLAGS_MAINT_APPEND=-fcommon
+export DEB_CFLAGS_MAINT_APPEND=-fcommon -std=gnu17
 
 %:
 	dh $@ --sourcedirectory=4.1P/src
