Enable VNC and webservices

This commit is contained in:
Crispin Boylan 2013-04-30 11:25:05 +01:00
parent 3c40640f3b
commit fdc05d2826

View file

@ -33,7 +33,7 @@
Summary: A general-purpose full virtualizer for x86 hardware Summary: A general-purpose full virtualizer for x86 hardware
Name: virtualbox Name: virtualbox
Version: 4.2.12 Version: 4.2.12
Release: 1 Release: 2
License: GPLv2 License: GPLv2
Group: Emulators Group: Emulators
Url: http://www.virtualbox.org/ Url: http://www.virtualbox.org/
@ -202,6 +202,8 @@ EOF
%build %build
export LIBPATH_LIB="%{_lib}" export LIBPATH_LIB="%{_lib}"
./configure \ ./configure \
--enable-vnc \
--enable-webservice \
--disable-kmods \ --disable-kmods \
%if ! %{build_doc} %if ! %{build_doc}
--disable-docs --disable-docs