mirror of
https://abf.rosa.ru/djam/virtualbox.git
synced 2025-02-24 01:22:45 +00:00
Enable VNC and webservices
This commit is contained in:
parent
3c40640f3b
commit
fdc05d2826
1 changed files with 3 additions and 1 deletions
|
@ -33,7 +33,7 @@
|
|||
Summary: A general-purpose full virtualizer for x86 hardware
|
||||
Name: virtualbox
|
||||
Version: 4.2.12
|
||||
Release: 1
|
||||
Release: 2
|
||||
License: GPLv2
|
||||
Group: Emulators
|
||||
Url: http://www.virtualbox.org/
|
||||
|
@ -202,6 +202,8 @@ EOF
|
|||
%build
|
||||
export LIBPATH_LIB="%{_lib}"
|
||||
./configure \
|
||||
--enable-vnc \
|
||||
--enable-webservice \
|
||||
--disable-kmods \
|
||||
%if ! %{build_doc}
|
||||
--disable-docs
|
||||
|
|
Loading…
Add table
Reference in a new issue