summaryrefslogtreecommitdiff
path: root/user/trigger-rally/dont-strip.patch
diff options
context:
space:
mode:
Diffstat (limited to 'user/trigger-rally/dont-strip.patch')
-rw-r--r--user/trigger-rally/dont-strip.patch20
1 files changed, 20 insertions, 0 deletions
diff --git a/user/trigger-rally/dont-strip.patch b/user/trigger-rally/dont-strip.patch
new file mode 100644
index 000000000..e6a01b335
--- /dev/null
+++ b/user/trigger-rally/dont-strip.patch
@@ -0,0 +1,20 @@
+--- trigger-rally-0.6.5/src/GNUmakefile.old 2016-11-05 17:27:10.000000000 +0000
++++ trigger-rally-0.6.5/src/GNUmakefile 2018-08-07 02:37:36.010000000 +0000
+@@ -118,7 +118,7 @@
+ @cd ../..; \
+ md5sum "$(DISTARC)" > "$(DISTARC).md5"
+
+-# links the object files into the executable, which it then strips
++# links the object files into the executable
+ $(TR_EXEFILE): $(OBJFILES)
+ @printf "%s" $(CXX)
+ @for file in $(OBJFILES); do \
+@@ -126,8 +126,6 @@
+ done;
+ @printf "\t-> %s\n" $@
+ @$(CXX) -o $@ $(OBJFILES) $(LDFLAGS)
+- @printf "strip\t%s\n" $@
+- @strip $@
+
+ #
+ # removes object files, dependency files, executable and