From: Jim Fehlig Date: Wed, 16 Nov 2011 18:29:14 +0000 (-0700) Subject: Revert commit 0f590c62 X-Git-Tag: v0.9.8-rc1~175 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e86417e90c691bfd9175decd588f6621ac222962;p=thirdparty%2Flibvirt.git Revert commit 0f590c62 As noted by Daniel Berrange [1], the proper fix for the older PolicyKit build issue is to add virNetServerGetDBusConn to libvirt_private.syms. Revert unnecessary changes to daemon/Makefile.am [1] https://www.redhat.com/archives/libvir-list/2011-November/msg00852.html --- diff --git a/daemon/Makefile.am b/daemon/Makefile.am index 59db217d67..e8c47ae8fb 100644 --- a/daemon/Makefile.am +++ b/daemon/Makefile.am @@ -156,10 +156,6 @@ endif if WITH_NWFILTER libvirtd_LDADD += ../src/libvirt_driver_nwfilter.la endif - -if HAVE_POLKIT0 - libvirtd_LDADD += ../src/libvirt_driver_remote.la -endif endif libvirtd_LDADD += ../src/libvirt.la