From 62ad26f1baca12b6a43314ecd43058ad3bfbf759 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Frings-F=C3=BCrst?= Date: Fri, 17 Oct 2025 13:17:21 +0200 Subject: d/rules: Use DEB_CFLAGS_MAINT_APPEND --- debian/rules | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'debian/rules') diff --git a/debian/rules b/debian/rules index c8e2189..d2df05a 100755 --- a/debian/rules +++ b/debian/rules @@ -2,8 +2,7 @@ #export DH_VERBOSE=1 export DEB_BUILD_MAINT_OPTIONS = hardening=+all -export CFLAGS = $(shell dpkg-buildflags --get CFLAGS) -std=gnu17 - +export DEB_CFLAGS_MAINT_APPEND += -std=gnu17 %: dh $@ -- cgit v1.2.3