mirror of
https://github.com/stefanberger/libtpms
synced 2025-12-26 14:24:42 +00:00
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:
parent
0be55d1350
commit
8304e76d07
2
debian/rules
vendored
2
debian/rules
vendored
@ -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:
|
||||
|
||||
Loading…
Reference in New Issue
Block a user