mirror of
https://anongit.gentoo.org/git/repo/gentoo.git
synced 2025-07-22 06:57:59 +02:00
Split kernel modules out of app-emulation/virtualbox-guest-additions. Two reasons for this: - emerge @module-rebuild no longer recompiles all of virtualbox-guest-additions needlessly - probably easier to maintain a dkms package based on this one. Signed-off-by: Viorel Munteanu <ceamac@gentoo.org>
13 lines
288 B
Diff
13 lines
288 B
Diff
https://bugs.gentoo.org/298988
|
|
|
|
--- a/vboxguest/Makefile
|
|
+++ b/vboxguest/Makefile
|
|
@@ -149,7 +149,7 @@
|
|
IN_MODULE \
|
|
RT_WITH_VBOX \
|
|
VBGL_VBOXGUEST \
|
|
- VBOX_WITH_HGCM
|
|
+ VBOX_WITH_HGCM LOG_USE_C99
|
|
ifeq ($(VBOX_KBUILD_TARGET_ARCH),amd64)
|
|
VBOXMOD_DEFS += VBOX_WITH_64_BITS_GUESTS
|
|
endif
|