aboutsummaryrefslogtreecommitdiffstats
path: root/community/virtualbox-guest-modules-hardened/vboxguest-log-use-c99.patch
diff options
context:
space:
mode:
authorWilliam Pitcock <nenolod@dereferenced.org>2017-04-27 05:13:29 +0000
committerWilliam Pitcock <nenolod@dereferenced.org>2017-04-27 05:46:22 +0000
commite78c37459b6399ac066e30fff9bd49bfe7779d30 (patch)
tree748fc95a65d99eba13c1e523b27c6bd88333bbf7 /community/virtualbox-guest-modules-hardened/vboxguest-log-use-c99.patch
parent43a9721d269bdcd4e863248474ae2601f2f53548 (diff)
downloadaports-e78c37459b6399ac066e30fff9bd49bfe7779d30.tar.bz2
aports-e78c37459b6399ac066e30fff9bd49bfe7779d30.tar.xz
community/virtualbox-guest-modules-hardened: rename from virtualbox-guest-modules-grsec, provide virtualbox-guest-modules-grsec
Diffstat (limited to 'community/virtualbox-guest-modules-hardened/vboxguest-log-use-c99.patch')
-rw-r--r--community/virtualbox-guest-modules-hardened/vboxguest-log-use-c99.patch13
1 files changed, 13 insertions, 0 deletions
diff --git a/community/virtualbox-guest-modules-hardened/vboxguest-log-use-c99.patch b/community/virtualbox-guest-modules-hardened/vboxguest-log-use-c99.patch
new file mode 100644
index 0000000000..d8af408b8a
--- /dev/null
+++ b/community/virtualbox-guest-modules-hardened/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