diff options
author | Ben Allen <bensallen@me.com> | 2016-03-06 19:25:15 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2016-03-07 07:44:57 +0000 |
commit | 8a92a32d4b590c3ac23b07277c852c9ecaf32851 (patch) | |
tree | 3e4beaf056b8d80086b310536086c71460907c15 /testing/virtualbox-guest-modules-grsec/10-vboxguest-Makefile.patch | |
parent | 690a1f8d2f6d7cedad17c3071fa5e7d6994cf477 (diff) | |
download | aports-8a92a32d4b590c3ac23b07277c852c9ecaf32851.tar.bz2 aports-8a92a32d4b590c3ac23b07277c852c9ecaf32851.tar.xz |
testing/virtualbox-guest-modules-grsec: Update to 5.0.16 and kernel version 4.1.18.
- Update kernel version to match current linux-grsec package, 4.1.18.
- Rename directory with grsec suffix to match other kernel modules, and allow for future linux-vanilla based package.
- Update VirtualBox version to 5.0.16
Diffstat (limited to 'testing/virtualbox-guest-modules-grsec/10-vboxguest-Makefile.patch')
-rw-r--r-- | testing/virtualbox-guest-modules-grsec/10-vboxguest-Makefile.patch | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/testing/virtualbox-guest-modules-grsec/10-vboxguest-Makefile.patch b/testing/virtualbox-guest-modules-grsec/10-vboxguest-Makefile.patch new file mode 100644 index 0000000000..2e1b591175 --- /dev/null +++ b/testing/virtualbox-guest-modules-grsec/10-vboxguest-Makefile.patch @@ -0,0 +1,11 @@ +--- VirtualBox-5.0.12/vboxguest/Makefile.orig ++++ VirtualBox-5.0.12/vboxguest/Makefile +@@ -108,7 +108,7 @@ + + 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 |