forked from jengelh/virtualbox
Accepting request 66885 from home:elvigia:branches:Virtualization
OBS-URL: https://build.opensuse.org/request/show/66885 OBS-URL: https://build.opensuse.org/package/show/Virtualization/virtualbox?expand=0&rev=39
This commit is contained in:
committed by
Git OBS Bridge
parent
98d38e28b5
commit
2e85c272a9
@@ -30,7 +30,7 @@ BuildRequires: bin86 dev86 libidl-devel libqt4-devel libxslt-devel yasm
|
||||
BuildRequires: SDL-devel kernel-syms module-init-tools
|
||||
BuildRequires: e2fsprogs-devel libcap-devel libcurl-devel python-devel update-desktop-files
|
||||
BuildRequires: hal-devel pulseaudio-devel xorg-x11 xorg-x11-devel xorg-x11-server xorg-x11-server-sdk
|
||||
BuildRequires: LibVNCServer-devel gcc43-c++ kbuild pam-devel udev
|
||||
BuildRequires: LibVNCServer-devel gcc gcc-c++ kbuild pam-devel udev
|
||||
%if %suse_version > 1110
|
||||
BuildRequires: zlib-devel-static
|
||||
%endif
|
||||
@@ -38,7 +38,7 @@ BuildRequires: zlib-devel-static
|
||||
BuildRequires: hal-32bit
|
||||
BuildRequires: xorg-x11-libX11-devel-32bit xorg-x11-libXt-devel-32bit xorg-x11-libs-32bit
|
||||
BuildRequires: xorg-x11-libXext-devel-32bit xorg-x11-libXmu-devel-32bit
|
||||
BuildRequires: gcc43-32bit libstdc++43-devel-32bit
|
||||
BuildRequires: gcc-32bit gcc-c++-32bit
|
||||
%endif
|
||||
#
|
||||
ExclusiveArch: %ix86 x86_64
|
||||
@@ -225,8 +225,6 @@ export SUSE_ASNEEDED=0
|
||||
# --nofatal try to avoid build fail caused by missing makeself package
|
||||
./configure \
|
||||
--disable-kmods \
|
||||
--with-gcc=gcc-4.3 \
|
||||
--with-g++=g++-4.3 \
|
||||
--disable-java \
|
||||
--disable-docs \
|
||||
--nofatal
|
||||
@@ -240,6 +238,7 @@ source env.sh
|
||||
# -j1 disable parallel build to avoid "Out of memory: Kill process" crash of build in buildservice
|
||||
/usr/bin/kmk \
|
||||
-j1 \
|
||||
VBOX_GCC_WERR= \
|
||||
KBUILD_VERBOSE=2 \
|
||||
VBOX_WITH_REGISTRATION_REQUEST= VBOX_WITH_UPDATE_REQUEST= \
|
||||
TOOL_YASM_AS=yasm \
|
||||
|
Reference in New Issue
Block a user