From 4dc204b5901de8bc898ef7430683a49fed6705ae Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Sat, 20 Sep 2025 16:48:51 +0100 Subject: [PATCH] debian/rules: Force gcc -std=gnu17 We have a lot of old-style function declarations. Closes: #1098077 --- debian/rules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/rules b/debian/rules index f7fa82b..c1bb0a1 100755 --- a/debian/rules +++ b/debian/rules @@ -27,7 +27,7 @@ override_dh_auto_configure: xmkmf override_dh_auto_build: - $(MAKE) LIBDIR=/usr/lib TWMDIR=/usr/lib/X11/twm + $(MAKE) LIBDIR=/usr/lib TWMDIR=/usr/lib/X11/twm CC='gcc -std=gnu17' override_dh_auto_clean: [ ! -f Makefile ] || $(MAKE) clean -- 2.30.2