mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2025-01-23 04:55:18 +00:00
Fixup rpcgen code on kFreeBSD too
since it uses glibc's rpcgen. (cherry picked from commit b562d7b7e4a9c82900cc5e7b2a6760b27fc4096c)
This commit is contained in:
parent
14ba72b640
commit
4a4d2300ff
@ -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";
|
||||
|
Loading…
x
Reference in New Issue
Block a user