From 70071d01c0efae563d2e7032dc2d18718f59e708 Mon Sep 17 00:00:00 2001 From: Samuel Thibault Date: Tue, 3 Oct 2023 09:56:06 +0200 Subject: Make blhc happier by disabling format-security rather that not enabling it --- debian/rules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/rules b/debian/rules index 7168e013..176dac61 100755 --- a/debian/rules +++ b/debian/rules @@ -14,7 +14,7 @@ LDFLAGS ?= $(shell dpkg-buildflags --get LDFLAGS) CFLAGS ?= $(shell dpkg-buildflags --get CFLAGS) $(HOST_CFLAGS) # Some files use -Wno-format, which then conflicts -CFLAGS := $(filter-out -Werror=format-security,$(CFLAGS)) -fno-omit-frame-pointer +CFLAGS := $(CFLAGS) -Wno-format-security -fno-omit-frame-pointer ifneq (,$(filter parallel=%,$(DEB_BUILD_OPTIONS))) NUMJOBS = $(patsubst parallel=%,%,$(filter parallel=%,$(DEB_BUILD_OPTIONS))) -- cgit v1.2.3