summaryrefslogtreecommitdiff
path: root/data/raop-play/strip.diff
diff options
context:
space:
mode:
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)