mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-04-05 05:57:14 +02:00
17 lines
No EOL
444 B
Diff
17 lines
No EOL
444 B
Diff
--- a/src/VBox/Main/Makefile.kmk
|
|
+++ b/src/VBox/Main/Makefile.kmk
|
|
@@ -1292,10 +1292,13 @@
|
|
VBoxMain-hardening-inst_INST = $(INST_BIN)components/
|
|
VBoxMain-hardening-inst_SYMLINKS = \
|
|
VBoxDDU.so=>../VBoxDDU.so \
|
|
- VBoxREM.so=>../VBoxREM.so \
|
|
VBoxRT.so=>../VBoxRT.so \
|
|
VBoxVMM.so=>../VBoxVMM.so \
|
|
VBoxXPCOM.so=>../VBoxXPCOM.so
|
|
+ ifdef VBOX_WITH_REM
|
|
+ VBoxMain-hardening-inst_SYMLINKS += \
|
|
+ VBoxREM.so=>../VBoxREM.so
|
|
+ endif
|
|
endif
|
|
|
|
|