freebsd-ports/emulators/virtualbox-ose/files/extrapatch-Config.kmk
Guido Falsi ae60747f72 emulators/virtualbox-ose: Add back missing extra patch file
Looks like this patch was removed in commit df5c241ed2

It is required to build with the DEBUG optioni (not default).

PR:		257777
Reported by:	Mario Felicioni <marietto2008@gmail.com>
2021-08-11 23:49:43 +02:00

11 lines
359 B
Text

--- Config.kmk.orig 2021-04-28 16:21:25 UTC
+++ Config.kmk
@@ -4931,7 +4931,7 @@ define TOOL_FREEBSDKMODLD_LINK_SYSMOD_CMDS
| xargs -J% objcopy % $(out)
## Strip debug info (comment out if debugging or something).
- objcopy --strip-debug $(out)
+# objcopy --strip-debug $(out)
endef
else # x86
TOOL_FREEBSDKMODLD_LINK_SYSMOD_OUTPUT = $(outbase).kld