From: Jim Fehlig Date: Wed, 16 Nov 2011 18:35:08 +0000 (-0700) Subject: Fix build with polkit0 X-Git-Tag: v0.9.8-rc1~174 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d47ab3fe6115de6c54f999ba598fe58418840653;p=thirdparty%2Flibvirt.git Fix build with polkit0 I missed adding virNetServerGetDBusConn() to libvirtd_private.syms in commit b8adfcc6, which didn't cause a problem in 0.9.6 but results in this build error in 0.9.7 libvirtd-remote.o: In function `remoteDispatchAuthPolkit': remote.c:(.text+0x188dd): undefined reference to `virNetServerGetDBusConn' --- diff --git a/src/libvirt_private.syms b/src/libvirt_private.syms index b9d537e8d1..4f0b7238f9 100644 --- a/src/libvirt_private.syms +++ b/src/libvirt_private.syms @@ -1261,6 +1261,7 @@ virNetServerAddSignalHandler; virNetServerAutoShutdown; virNetServerClose; virNetServerFree; +virNetServerGetDBusConn; virNetServerIsPrivileged; virNetServerNew; virNetServerQuit;