From bfd64c9ff4383eed03d55c5feddee83a54b57d93 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Mon, 8 Feb 2021 19:18:49 +0100 Subject: Passing CXXFLAGS to actually make hardening flags being used, thanks to Christian Göttsche (Closes: #981723). MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Daniel Baumann --- debian/rules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/rules b/debian/rules index 2fdd390..5bc14b2 100755 --- a/debian/rules +++ b/debian/rules @@ -9,7 +9,7 @@ include /usr/share/dpkg/buildtools.mk dh ${@} override_dh_auto_configure: - dh_auto_configure -- 'CXX=$(CXX) -g' + dh_auto_configure -- CXX='$(CXX) -g' CXXFLAGS='-Wall -Wextra $(CXXFLAGS)' override_dh_auto_install: dh_auto_install -- DESTDIR=$(CURDIR)/debian/lzip -- cgit v1.2.3