svn commit: r396721 - in head/devel: libvirt py-libvirt

Roman Bogorodskiy bogorodskiy at gmail.com
Tue Sep 15 07:36:01 UTC 2015


  Kubilay Kocak wrote:

> > @@ -58,6 +58,8 @@ CONFIGURE_ARGS=	--without-avahi \
> >  		--without-sysctl \
> >  		--without-lxc \
> >  		--without-uml \
> > +		--without-xen \
> > +		--without-libxl \
> >  		--with-ssh2 \
> >  		--localstatedir=${VARDIR}
> >  
> 
> Might any of these configure bits be valuable as user OPTIONS?

Most of the 'without' arguments disable some Linux specific features
(e.g. Linux Containers and User Mode Linux drivers) or features that
were not tested and/or not actively supported on FreeBSD.

Some features should be user controlled indeed, e.g. libxl support could
be enabled and that's in my todo list.

Roman Bogorodskiy


More information about the svn-ports-all mailing list