summaryrefslogtreecommitdiff
path: root/data/raop-play/strip.diff
diff options
context:
space:
mode:
authorJay Freeman <saurik@saurik.com>2008-12-06 04:25:19 +0000
committerJay Freeman <saurik@saurik.com>2008-12-06 04:25:19 +0000
commitaff4f16ad53014ee8d136198159cf8fc1c74d9ef (patch)
treed0c0a6dc8544fb51e7ca25a49e61250b4d0b744b /data/raop-play/strip.diff
parent4e9b2830925e8ef8851e3d634a72ae315ffab7f9 (diff)
Added raop-play for dotequals.
git-svn-id: http://svn.telesphoreo.org/trunk@519 514c082c-b64e-11dc-b46d-3d985efe055d
Diffstat (limited to 'data/raop-play/strip.diff')
-rw-r--r--data/raop-play/strip.diff47
1 files changed, 47 insertions, 0 deletions
diff --git a/data/raop-play/strip.diff b/data/raop-play/strip.diff
new file mode 100644
index 000000000..2083c9a67
--- /dev/null
+++ b/data/raop-play/strip.diff
@@ -0,0 +1,47 @@
+diff -ru raop_play-0.5.1/aexcl/Makefile.in raop_play-0.5.1+iPhone/aexcl/Makefile.in
+--- raop_play-0.5.1/aexcl/Makefile.in 2005-12-16 14:17:00.000000000 +0000
++++ raop_play-0.5.1+iPhone/aexcl/Makefile.in 2008-12-06 04:21:59.000000000 +0000
+@@ -34,7 +34,7 @@
+
+ install:
+ $(mkinstalldirs) $(DESTDIR)$(bindir)/
+- $(INSTALL) -s $(TARGET) $(DESTDIR)$(bindir)
++ $(INSTALL) $(TARGET) $(DESTDIR)$(bindir)
+
+ uninstall:
+ rm -f $(DESTDIR)$(bindir)/$(TARGET)
+diff -ru raop_play-0.5.1/drivers/Makefile raop_play-0.5.1+iPhone/drivers/Makefile
+--- raop_play-0.5.1/drivers/Makefile 2005-12-16 14:17:02.000000000 +0000
++++ raop_play-0.5.1+iPhone/drivers/Makefile 2008-12-06 04:22:13.000000000 +0000
+@@ -17,7 +17,6 @@
+ install:
+ install -d $(MOD_INSTALL_DIR)
+ cp -f $(target_module).ko $(MOD_INSTALL_DIR) || exit 1
+- $(GCC_PREFIX)strip -g $(MOD_INSTALL_DIR)/$(target_module).ko || exit 1
+ depmod
+
+ clean:
+diff -ru raop_play-0.5.1/raop_play/Makefile.in raop_play-0.5.1+iPhone/raop_play/Makefile.in
+--- raop_play-0.5.1/raop_play/Makefile.in 2005-12-16 14:17:00.000000000 +0000
++++ raop_play-0.5.1+iPhone/raop_play/Makefile.in 2008-12-06 04:22:03.000000000 +0000
+@@ -24,7 +24,7 @@
+
+ install:
+ $(mkinstalldirs) $(DESTDIR)$(bindir)/
+- $(INSTALL) -s $(TARGET) $(DESTDIR)$(bindir)
++ $(INSTALL) $(TARGET) $(DESTDIR)$(bindir)
+
+ uninstall:
+ rm -f $(DESTDIR)$(bindir)/$(TARGET)
+diff -ru raop_play-0.5.1/rendezvous/Makefile.in raop_play-0.5.1+iPhone/rendezvous/Makefile.in
+--- raop_play-0.5.1/rendezvous/Makefile.in 2005-12-16 14:17:02.000000000 +0000
++++ raop_play-0.5.1+iPhone/rendezvous/Makefile.in 2008-12-06 04:22:07.000000000 +0000
+@@ -22,7 +22,7 @@
+
+ install:
+ $(mkinstalldirs) $(DESTDIR)$(bindir)/
+- $(INSTALL) -s $(TARGET) $(DESTDIR)$(bindir)
++ $(INSTALL) $(TARGET) $(DESTDIR)$(bindir)
+
+ uninstall:
+ rm -f $(DESTDIR)$(bindir)/$(TARGET)