forked from Lainports/freebsd-ports
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>
11 lines
359 B
Text
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
|