mirror of
https://github.com/libvirt/libvirt.git
synced 2025-02-25 18:55:26 -06:00
Fixup rpcgen code on kFreeBSD too
since it uses glibc's rpcgen.
This commit is contained in:
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user