Skip to content
Snippets Groups Projects
Commit fa6aefb9 authored by Andrea Bolognani's avatar Andrea Bolognani
Browse files

rules: Enable 'bindnow' hardening option

This addresses the hardening-no-bindnow Lintian tag.
parent eda8efdc
No related branches found
No related tags found
Loading
......@@ -5,6 +5,8 @@ DEB_BUILDDATE=$(shell dpkg-parsechangelog -SDate)
DEB_BUILDUSER=$(shell dpkg-parsechangelog -SMaintainer)
NULL=
DEB_BUILD_MAINT_OPTIONS = hardening=+bindnow
# If the build environment sets -Bsymbolic-functions, which is often used as
# hardening option, that would break libvirt build time self-testing.
# Therefore let dpkg-buildflag strip that option if present.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment