--- wikisrc/pkgsrc/hardening.mdwn 2017/07/09 15:42:57 1.17 +++ wikisrc/pkgsrc/hardening.mdwn 2017/07/09 15:43:59 1.18 @@ -29,8 +29,8 @@ As of the time of this article `PKGSRC_M ### Packages failing to build A number of packages may fail to build with this option enabled. The failures -are often related to the absence of the "-fPIC" compilation flag when building -libraries or executables (or ideally "-fPIE" in the latter case). This flag is +are often related to the absence of the `-fPIC` compilation flag when building +libraries or executables (or ideally `-fPIE` in the latter case). This flag is added to the `CFLAGS` already, but requires the package to actually support it. #### How to fix