diff options
author | Ben Allen <bensallen@me.com> | 2016-01-22 04:40:25 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2016-08-15 16:30:06 +0000 |
commit | 59e71adbea0f889c3ffb7188fa4b9f988d6b5535 (patch) | |
tree | e123bb9c4787d2024dd3043d920131f6bcc8b5f1 /testing/virtualbox-guest-additions/vboxguestlib-makefile-nox11.patch | |
parent | a696503b386fcb8b9f521af3693f85752f0e9b4a (diff) | |
download | aports-59e71adbea0f889c3ffb7188fa4b9f988d6b5535.tar.bz2 aports-59e71adbea0f889c3ffb7188fa4b9f988d6b5535.tar.xz |
testing/virtualbox-guest-additions: new aport
- Userland components to VirtualBox's guest additions, eg. VBoxService, VBoxControl, mount.vboxsf, and a basic init script.
- Creates vboxsf group on install to allow VBoxService to auto-mount shared folders.
Diffstat (limited to 'testing/virtualbox-guest-additions/vboxguestlib-makefile-nox11.patch')
-rw-r--r-- | testing/virtualbox-guest-additions/vboxguestlib-makefile-nox11.patch | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/testing/virtualbox-guest-additions/vboxguestlib-makefile-nox11.patch b/testing/virtualbox-guest-additions/vboxguestlib-makefile-nox11.patch new file mode 100644 index 0000000000..44b2efddbf --- /dev/null +++ b/testing/virtualbox-guest-additions/vboxguestlib-makefile-nox11.patch @@ -0,0 +1,19 @@ +--- ./src/VBox/Additions/common/VBoxGuestLib/Makefile.kmk.orig ++++ ./src/VBox/Additions/common/VBoxGuestLib/Makefile.kmk +@@ -38,16 +38,6 @@ + LIBRARIES += \ + VBoxGuestR3Lib \ + VBoxGuestR3LibShared +-ifndef VBOX_ONLY_VALIDATIONKIT +- if1of ($(KBUILD_TARGET), freebsd linux netbsd openbsd) +- LIBRARIES += \ +- VBoxGuestR3LibXFree86 +- endif +- if1of ($(KBUILD_TARGET), freebsd linux netbsd openbsd solaris) +- LIBRARIES += \ +- VBoxGuestR3LibXOrg +- endif +-endif + LIBRARIES.win.amd64 += VBoxGuestR3Lib-x86 VBoxGuestR3LibShared-x86 + + |