summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authornicoo <nicoo@debian.org>2020-02-15 19:18:51 +0100
committerNicolas Braud-Santoni <nicolas@braud-santoni.eu>2020-02-15 19:18:51 +0100
commit6eed843d53653d6cbcf5d9a31907b2668274896d (patch)
tree12e5f01fd9d08aaa34069d06cfa365e6a6e22752
parent0c43f7e67b6864d63be19045f9e1b040d43ed827 (diff)
debian/rules: Make sure build flags are exported to CMake
-rwxr-xr-xdebian/rules2
1 files changed, 2 insertions, 0 deletions
diff --git a/debian/rules b/debian/rules
index 234840d..52a7689 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,6 +1,8 @@
1#!/usr/bin/make -f 1#!/usr/bin/make -f
2 2
3export DEB_BUILD_MAINT_OPTIONS = hardening=+all 3export DEB_BUILD_MAINT_OPTIONS = hardening=+all
4DPKG_EXPORT_BUILDFLAGS = 1
5include /usr/share/dpkg/buildflags.mk
4 6
5%: 7%:
6 dh $@ 8 dh $@