[Git][NTPsec/ntpsec][master] Fix typo in flag name
Matt Selsky
gitlab at mg.gitlab.com
Fri Feb 17 03:17:21 UTC 2017
Matt Selsky pushed to branch master at NTPsec / ntpsec
Commits:
ac54606a by Matt Selsky at 2017-02-16T22:16:11-05:00
Fix typo in flag name
- - - - -
1 changed file:
- wafhelpers/configure.py
Changes:
=====================================
wafhelpers/configure.py
=====================================
--- a/wafhelpers/configure.py
+++ b/wafhelpers/configure.py
@@ -255,7 +255,7 @@ def cmd_configure(ctx, config):
]
ld_hardening_flags += [
('PIE', "-fPIE"), # hardening
- ('relrow', "-Wl,-z,relro"), # hardening, marks some read only,
+ ('relro', "-Wl,-z,relro"), # hardening, marks some read only,
]
if ctx.env.HAS_unused:
View it on GitLab: https://gitlab.com/NTPsec/ntpsec/commit/ac54606af68b5eb5c05f59d55a72a6269c0bb8f8
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.ntpsec.org/pipermail/vc/attachments/20170217/40b0068d/attachment.html>
More information about the vc
mailing list