1
0
flewkey-overlay/media-plugins/bolliedelayxt-lv2/files/prevent_stripping.patch
Ryan Fox 9b54775ec1
media-plugins/bolliedelayxt-lv2: New package
Package-Manager: Portage-3.0.4, Repoman-3.0.1
Signed-off-by: Ryan Fox <flewkey@2a03.party>
2020-09-17 18:14:21 +00:00

17 lines
330 B
Diff

Prevent stripping on Gentoo
Patch by Ryan Fox
--- a/Makefile.mk
+++ b/Makefile.mk
@@ -24,7 +24,7 @@ ifeq ($(MACOS),true)
LINK_OPTS = -Wl,-dead_strip -Wl,-dead_strip_dylibs
else
# Common linker flags
-LINK_OPTS = -Wl,-O1 -Wl,--as-needed -Wl,--strip-all
+LINK_OPTS = -Wl,-O1 -Wl,--as-needed
endif
ifneq ($(WIN32),true)