mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-07 20:27:02 +01:00
ce5e6e592e
Signed-off-by: Heinz Wiesinger <pprkut@slackbuilds.org>
13 lines
252 B
Text
13 lines
252 B
Text
# Modify building of VirtualBox to get a cleaner system
|
|
|
|
# build only guest-additions
|
|
VBOX_ONLY_ADDITIONS := 1
|
|
|
|
KBUILD_MSG_STYLE := brief
|
|
|
|
VBOX_OSE := 1
|
|
|
|
VBOX_WITH_PAM =
|
|
|
|
# do not fail on warning
|
|
VBOX_WITH_WARNINGS_AS_ERRORS :=
|