[libvirt] [PATCH 2/3] Temporarily disable admin API

Daniel P. Berrange berrange at redhat.com
Fri Jun 26 11:45:37 UTC 2015


On Fri, Jun 26, 2015 at 01:42:01PM +0200, Martin Kletzander wrote:
> Don't listen on the admin socket in the daemon and comment out the
> admin devel files out of specfile.
> 
> Library is still being compiled and installed in order to link easily
> without any disturbing modifications to the daemon code.

That will cause RPM to complain about installed but unpackaged
files still.

If you don't want to disturb linking / daemon code, you could mark it
as a noinst_LTLIBRARIES which I think should cause libtool to then
statically link it into libvirtd. So you'll still avoid disturbing
code but also avoid installation. Likewise skip header file install
and .pc file.

Regards,
Daniel
-- 
|: http://berrange.com      -o-    http://www.flickr.com/photos/dberrange/ :|
|: http://libvirt.org              -o-             http://virt-manager.org :|
|: http://autobuild.org       -o-         http://search.cpan.org/~danberr/ :|
|: http://entangle-photo.org       -o-       http://live.gnome.org/gtk-vnc :|




More information about the libvir-list mailing list