aboutsummaryrefslogtreecommitdiffhomepage
path: root/debian/rules
blob: a13281982eb28eadf10d787021bb30bb76ceb0fd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
#!/usr/bin/make -f

# enable most hardening, but not PIE -- while we build some binary
# executables in order to run the test suite, we only install
# non-executable libraries
export DEB_BUILD_MAINT_OPTIONS = hardening=+all,-pie

-include /usr/share/dpkg/buildtools.mk
export CXX_FOR_BUILD ?= g++

%:
	dh $@