debian: Use --disable-hardening to avoid multiple usages of -D_FORTIFY_SOURCE=.

Signed-off-by: Stefan Berger <stefanb@linux.ibm.com>
This commit is contained in:
Stefan Berger 2024-11-15 10:17:08 -05:00 committed by Stefan Berger
parent 0be55d1350
commit 8304e76d07

2
debian/rules vendored
View File

@ -6,6 +6,6 @@
dh $@
override_dh_auto_configure:
dh_auto_configure -- --with-openssl --with-tpm2
dh_auto_configure -- --with-openssl --with-tpm2 --disable-hardening
override_dh_usrlocal: