[libvirt] [PATCH 1/2] Fixup rpcgen code on kFreeBSD too

Guido Günther agx at sigxcpu.org
Fri May 3 06:21:34 UTC 2013


since it uses glibc's rpcgen.
---
 src/rpc/genprotocol.pl |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/rpc/genprotocol.pl b/src/rpc/genprotocol.pl
index c8c1570..f02ce13 100755
--- a/src/rpc/genprotocol.pl
+++ b/src/rpc/genprotocol.pl
@@ -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";
-- 
1.7.10.4




More information about the libvir-list mailing list