From 6eed843d53653d6cbcf5d9a31907b2668274896d Mon Sep 17 00:00:00 2001 From: nicoo Date: Sat, 15 Feb 2020 19:18:51 +0100 Subject: debian/rules: Make sure build flags are exported to CMake --- debian/rules | 2 ++ 1 file changed, 2 insertions(+) diff --git a/debian/rules b/debian/rules index 234840d..52a7689 100755 --- a/debian/rules +++ b/debian/rules @@ -1,6 +1,8 @@ #!/usr/bin/make -f export DEB_BUILD_MAINT_OPTIONS = hardening=+all +DPKG_EXPORT_BUILDFLAGS = 1 +include /usr/share/dpkg/buildflags.mk %: dh $@ -- cgit v1.2.3