|
|
@@ -175,13 +175,13 @@ value with the "+" and "\-" modifier. For example, to enable the
|
|
|
"pie" feature and disable the "fortify" feature you can do this
|
|
|
in \fBdebian/rules\fP:
|
|
|
.P
|
|
|
- export DEB_BUILD_MAINT_OPTIONS="hardening=+pie,\-fortify"
|
|
|
+ export DEB_BUILD_MAINT_OPTIONS=hardening=+pie,\-fortify
|
|
|
.P
|
|
|
The special feature \fBall\fP can be used to enable or disable all
|
|
|
hardening features at the same time. Thus disabling everything and
|
|
|
enabling only "format" and "fortify" can be achieved with:
|
|
|
.P
|
|
|
- export DEB_BUILD_MAINT_OPTIONS="hardening=\-all,+format,+fortify"
|
|
|
+ export DEB_BUILD_MAINT_OPTIONS=hardening=\-all,+format,+fortify
|
|
|
.
|
|
|
.TP
|
|
|
.B format
|