diff options
| author | Michael Biebl <biebl@debian.org> | 2022-02-14 20:06:33 +0100 |
|---|---|---|
| committer | Michael Biebl <biebl@debian.org> | 2022-02-14 20:06:33 +0100 |
| commit | ac05f55d9f84e2f8a4255efe5fe61bb8c52cecde (patch) | |
| tree | 33b71a1911b063d042d1d5f4e3c60ff53352dd9f /debian | |
| parent | c8e2630edd7a0ddd7d9ea6fc6ec83ed15a3d7a4c (diff) | |
Enable all hardening build flags
Diffstat (limited to 'debian')
| -rwxr-xr-x | debian/rules | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/debian/rules b/debian/rules index 59468264..da447d37 100755 --- a/debian/rules +++ b/debian/rules @@ -2,6 +2,8 @@ include /usr/share/dpkg/architecture.mk +export DEB_BUILD_MAINT_OPTIONS = hardening=+all + export PYTHON=/usr/bin/python3 PPPD_PLUGIN_DIR := $(shell dh_ppp --plugin-dir) |