The following commit has been merged in the master branch:
commit 8e5585ff0c70be2070190defa6c2d04039c3fcb4
Author: Guillem Jover <[email protected]>
Date: Tue Sep 13 08:50:03 2011 +0200
dpkg-buildflags(1): Fix ld option name from -z,bindnow to -z,now
diff --git a/man/dpkg-buildflags.1 b/man/dpkg-buildflags.1
index 305d608..7427f54 100644
--- a/man/dpkg-buildflags.1
+++ b/man/dpkg-buildflags.1
@@ -236,7 +236,7 @@ notably this prevents GOT overwrite attacks.
.TP
.B bindnow
This setting (enabled by default) adds
-.B \-Wl,\-z,bindnow
+.B \-Wl,\-z,now
to \fBLDFLAGS\fP. During program load, all dynamic symbols are resolved,
allowing for the entire PLT to be marked read-only (due to \fBrelro\fP
above).
--
dpkg's main repository
--
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]