Loading support/apxs.in +2 −1 Original line number Diff line number Diff line Loading @@ -375,11 +375,12 @@ if ($opt_c) { $dso_file =~ s|\.[^.]+$|.la|; } else { $dso_file = "mod_unknown.so"; $dso_file = "mod_unknown.la"; } } else { $dso_file = $opt_o; $dso_file =~ s|\.[^.]+$|.la|; } # create compilation commands Loading Loading
support/apxs.in +2 −1 Original line number Diff line number Diff line Loading @@ -375,11 +375,12 @@ if ($opt_c) { $dso_file =~ s|\.[^.]+$|.la|; } else { $dso_file = "mod_unknown.so"; $dso_file = "mod_unknown.la"; } } else { $dso_file = $opt_o; $dso_file =~ s|\.[^.]+$|.la|; } # create compilation commands Loading