summaryrefslogtreecommitdiff
path: root/user/trigger-rally/dont-strip.patch
diff options
context:
space:
mode:
authorA. Wilcox <AWilcox@Wilcox-Tech.com>2018-08-07 02:42:38 +0000
committerA. Wilcox <AWilcox@Wilcox-Tech.com>2018-08-07 02:42:38 +0000
commit9647ec8115952f08c69df3fc1b513db7e0f37dda (patch)
tree7fa685e47d142662fc21aedc44c6a3d7fc9c8707 /user/trigger-rally/dont-strip.patch
parent36d33080c2eb27208e51748fbc58c3d9cf140955 (diff)
downloadpackages-9647ec8115952f08c69df3fc1b513db7e0f37dda.tar.gz
packages-9647ec8115952f08c69df3fc1b513db7e0f37dda.tar.bz2
packages-9647ec8115952f08c69df3fc1b513db7e0f37dda.tar.xz
packages-9647ec8115952f08c69df3fc1b513db7e0f37dda.zip
user/trigger-rally: new package
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