Commit f40558fb authored by Samuel Henrique's avatar Samuel Henrique
Browse files

d/rules: Export hardening flag to enable bindnow

Export DEB_BUILD_MAINT_OPTIONS = hardening=+all
parent 4a4cc7d6
#!/usr/bin/make -f #!/usr/bin/make -f
export V=1 export V=1
export DEB_BUILD_MAINT_OPTIONS = hardening=+all
DEB_HOST_MULTIARCH ?= $(shell dpkg-architecture -qDEB_HOST_MULTIARCH) DEB_HOST_MULTIARCH ?= $(shell dpkg-architecture -qDEB_HOST_MULTIARCH)
LIB_DIR := /usr/lib/$(DEB_HOST_MULTIARCH) LIB_DIR := /usr/lib/$(DEB_HOST_MULTIARCH)
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment