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

export DEB_BUILD_MAINT_OPTIONS = hardening=+all
export DEB_LDFLAGS_MAINT_APPEND = -Wl,-z,defs -Wl,-O1

%:
	dh $@

override_dh_auto_configure:
	dh_auto_configure -- \
		-Dbuild_man=true \
		-Duse_ipv6=true