mirror of
https://abf.rosa.ru/djam/virtualbox.git
synced 2025-02-24 09:32:46 +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
|
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
|
||||||
|
|
Loading…
Add table
Reference in a new issue