X-Git-Url: https://ruderich.org/simon/gitweb/?p=blhc%2Fblhc.git;a=blobdiff_plain;f=bin%2Fblhc;h=0d66b78b88dbbe89ae4ddbea31491d1c239b747c;hp=94ceb6f01f806ee64db5f6878dcb163e39508214;hb=a84c0525b079804e664a030f3e213ec8ea847799;hpb=f593354f68feceea096b52a371be2ba76a8f785f diff --git a/bin/blhc b/bin/blhc index 94ceb6f..0d66b78 100755 --- a/bin/blhc +++ b/bin/blhc @@ -754,7 +754,8 @@ foreach my $file (@ARGV) { # Check if additional hardening options were used. Used to ensure # they are used for the complete build. - $harden_pie = 1 if any_flags_used($line, @def_cflags_pie, @def_ldflags_pie); + $harden_pie = 1 if any_flags_used($line, @def_cflags_pie, + @def_ldflags_pie); $harden_bindnow = 1 if any_flags_used($line, @def_ldflags_bindnow); push @input, $line;