1
0
forked from jengelh/virtualbox

Accepting request 70161 from home:elvigia:branches:Virtualization

- Allow GCC 4.6 to be used

OBS-URL: https://build.opensuse.org/request/show/70161
OBS-URL: https://build.opensuse.org/package/show/Virtualization/virtualbox?expand=0&rev=45
This commit is contained in:
Cristian Rodríguez
2011-05-13 03:31:26 +00:00
committed by Git OBS Bridge
parent f816fe0ce6
commit 122495aaba
3 changed files with 19 additions and 1 deletions

View File

@@ -94,6 +94,7 @@ Patch101: vbox-default-os-type.diff
#disable update in vbox gui
Patch102: vbox-disable-updates.diff
Patch103: virtualbox-ose_%{version}-dfsg-1.diff.gz
Patch104: vbox-gcc46.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-build
PreReq: pwdutils permissions
Requires: %{name}-host-kmp = %version
@@ -218,6 +219,7 @@ quilt push -a
%patch100
%patch101
%patch102 -p1
%patch104
#copy user manual
%__cp %{S:1} ./UserManual.pdf
@@ -242,7 +244,7 @@ source env.sh
# VBOX_WITH_REGISTRATION_REQUEST= VBOX_WITH_UPDATE_REQUEST= just disable some functionality in gui
# -j1 disable parallel build to avoid "Out of memory: Kill process" crash of build in buildservice
/usr/bin/kmk \
-j1 \
-j2 \
VBOX_GCC_WERR= \
KBUILD_VERBOSE=2 \
VBOX_WITH_REGISTRATION_REQUEST= VBOX_WITH_UPDATE_REQUEST= \