Skip to content

Commit

Permalink
debian: Use --disable-hardening to avoid multiple usages of -D_FORTIF…
Browse files Browse the repository at this point in the history
…Y_SOURCE=.

Signed-off-by: Stefan Berger <[email protected]>
  • Loading branch information
stefanberger committed Nov 15, 2024
1 parent 8061411 commit f22745c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion debian/rules
Original file line number Diff line number Diff line change
Expand Up @@ -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:

0 comments on commit f22745c

Please sign in to comment.