summaryrefslogtreecommitdiffstats
path: root/meta/packages/iproute2/iproute2-2.6.18/iproute2-2.6.15_no_strip.diff
diff options
context:
space:
mode:
Diffstat (limited to 'meta/packages/iproute2/iproute2-2.6.18/iproute2-2.6.15_no_strip.diff')
-rw-r--r--meta/packages/iproute2/iproute2-2.6.18/iproute2-2.6.15_no_strip.diff25
1 files changed, 25 insertions, 0 deletions
diff --git a/meta/packages/iproute2/iproute2-2.6.18/iproute2-2.6.15_no_strip.diff b/meta/packages/iproute2/iproute2-2.6.18/iproute2-2.6.15_no_strip.diff
new file mode 100644
index 0000000000..496506960e
--- /dev/null
+++ b/meta/packages/iproute2/iproute2-2.6.18/iproute2-2.6.15_no_strip.diff
@@ -0,0 +1,25 @@
1--- ip/Makefile 2006/02/23 21:22:18 1.1
2+++ ip/Makefile 2006/02/23 21:22:27
3@@ -16,7 +16,7 @@
4 rtmon: $(RTMONOBJ) $(LIBNETLINK)
5
6 install: all
7- install -m 0755 -s $(TARGETS) $(DESTDIR)$(SBINDIR)
8+ install -m 0755 $(TARGETS) $(DESTDIR)$(SBINDIR)
9 install -m 0755 $(SCRIPTS) $(DESTDIR)$(SBINDIR)
10
11 clean:
12--- tc/Makefile 2006/02/23 21:23:52 1.1
13+++ tc/Makefile 2006/02/23 21:23:57
14@@ -70,9 +70,9 @@
15
16 install: all
17 mkdir -p $(DESTDIR)/usr/lib/tc
18- install -m 0755 -s tc $(DESTDIR)$(SBINDIR)
19+ install -m 0755 tc $(DESTDIR)$(SBINDIR)
20 for i in $(TCSO); \
21- do install -m 755 -s $$i $(DESTDIR)/usr/lib/tc; \
22+ do install -m 755 $$i $(DESTDIR)/usr/lib/tc; \
23 done
24
25 clean: