1
0
forked from pool/virtualbox

-j1 disable parallel build to avoid "Out of memory: Kill process" crash of build in buildservice

OBS-URL: https://build.opensuse.org/package/show/Virtualization/virtualbox?expand=0&rev=16
This commit is contained in:
Michal Seben 2011-01-10 13:33:12 +00:00 committed by Git OBS Bridge
parent 5f1cc77bbd
commit 0e994abd2b

View File

@ -228,7 +228,9 @@ echo VBOX_WITH_VNC=1 >> Config.kmk
#
# VBOX_PATH_PACKAGE_DOCS set propper path for link to pdf in .desktop file
# 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 \
KBUILD_VERBOSE=2 \
VBOX_WITH_REGISTRATION_REQUEST= VBOX_WITH_UPDATE_REQUEST= \
TOOL_YASM_AS=yasm \