提交 b562d7b7 编写于 作者: G Guido Günther

Fixup rpcgen code on kFreeBSD too

since it uses glibc's rpcgen.
上级 d80b5b7f
......@@ -31,7 +31,7 @@ open RPCGEN, "-|", $rpcgen, $mode, $xdrdef
open TARGET, ">$target"
or die "cannot create $target: $!";
my $fixup = $^O eq "linux" || $^O eq "cygwin";
my $fixup = $^O eq "linux" || $^O eq "cygwin" || $^O eq "gnukfreebsd";
if ($mode eq "-c") {
print TARGET "#include <config.h>\n";
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册