gentoo-ebuilds/app-emulation/virtualbox-guest-modules/files/virtualbox-guest-modules-6.1.36-log-use-c99.patch
Viorel Munteanu 1fc64f3c5e
app-emulation/virtualbox-guest-modules: new package, add 7.1.8
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>
2025-04-17 18:10:46 +03:00

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