diff options
author | William Pitcock <nenolod@dereferenced.org> | 2018-02-01 21:07:51 +0000 |
---|---|---|
committer | William Pitcock <nenolod@dereferenced.org> | 2018-02-01 21:08:25 +0000 |
commit | f8b42961e1a42381af3fd765689c26eb2341d026 (patch) | |
tree | 79474ef77b85741e419b521f4d8c998d62ade054 /community/virtualbox-guest-modules-vanilla/vboxguest-log-use-c99.patch | |
parent | a89bb38a6765a19ffc5d6ae4397d2af2cbe6f221 (diff) | |
download | aports-f8b42961e1a42381af3fd765689c26eb2341d026.tar.bz2 aports-f8b42961e1a42381af3fd765689c26eb2341d026.tar.xz |
community/virtualbox-guest-modules-vanilla: new aport (replacing virtualbox-guest-modules-hardened)
Diffstat (limited to 'community/virtualbox-guest-modules-vanilla/vboxguest-log-use-c99.patch')
-rw-r--r-- | community/virtualbox-guest-modules-vanilla/vboxguest-log-use-c99.patch | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/community/virtualbox-guest-modules-vanilla/vboxguest-log-use-c99.patch b/community/virtualbox-guest-modules-vanilla/vboxguest-log-use-c99.patch new file mode 100644 index 0000000000..d8af408b8a --- /dev/null +++ b/community/virtualbox-guest-modules-vanilla/vboxguest-log-use-c99.patch @@ -0,0 +1,13 @@ +diff --git a/src/VBox/Additions/common/VBoxGuest/linux/Makefile b/src/VBox/Additions/common/VBoxGuest/linux/Makefile +index b403647..cd58fcb 100644 +--- a/src/VBox/Additions/common/VBoxGuest/linux/Makefile ++++ b/src/VBox/Additions/common/VBoxGuest/linux/Makefile +@@ -108,7 +108,7 @@ endif + + MOD_DEFS = -DVBOX -DRT_OS_LINUX -DIN_RING0 -DIN_RT_R0 -DIN_GUEST \ + -DIN_GUEST_R0 -DIN_MODULE -DRT_WITH_VBOX -DVBGL_VBOXGUEST \ +- -DVBOX_WITH_HGCM ++ -DVBOX_WITH_HGCM -DLOG_USE_C99 + ifeq ($(BUILD_TARGET_ARCH),amd64) + MOD_DEFS += -DRT_ARCH_AMD64 + else |