X-Git-Url: https://ruderich.org/simon/gitweb/?p=blhc%2Fblhc.git;a=blobdiff_plain;f=bin%2Fblhc;h=b4d87e45eb9dc856e574906e4958afc04f4317d5;hp=544b32cb6fa31f68988b2c56f98504d738caeffa;hb=bbdf77da3205abbc957d6b720e01f6d390db46dc;hpb=bd14bca33d2d8a8b2b296a62f2e13292a3f58068 diff --git a/bin/blhc b/bin/blhc index 544b32c..b4d87e4 100755 --- a/bin/blhc +++ b/bin/blhc @@ -193,6 +193,7 @@ my @def_ldflags_pie = ( my @def_ldflags_pic = ( '-fPIC', '-fpic', + '-shared', ); # Renaming rules for the output so the regex parts are not visible. Also # stores string values of flag regexps above, see compile_flag_regexp().