]> git.ipfire.org Git - thirdparty/libvirt.git/commitdiff
Fix build with polkit0
authorJim Fehlig <jfehlig@suse.com>
Wed, 16 Nov 2011 18:35:08 +0000 (11:35 -0700)
committerJim Fehlig <jfehlig@suse.com>
Wed, 16 Nov 2011 21:11:59 +0000 (14:11 -0700)
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'

src/libvirt_private.syms

index b9d537e8d1672b64d5a24137f212af327f54d37d..4f0b7238f962f47984ac388e052a7feb752b16de 100644 (file)
@@ -1261,6 +1261,7 @@ virNetServerAddSignalHandler;
 virNetServerAutoShutdown;
 virNetServerClose;
 virNetServerFree;
+virNetServerGetDBusConn;
 virNetServerIsPrivileged;
 virNetServerNew;
 virNetServerQuit;