]> git.wh0rd.org - patches.git/blame - iproute2-2.6.16.20060323-build.patch
sync vapier-m
[patches.git] / iproute2-2.6.16.20060323-build.patch
CommitLineData
5e993f12 1let portage strip the binaries
2
3http://bugs.gentoo.org/137574
4
5--- ip/Makefile
6+++ ip/Makefile
7@@ -16,7 +16,7 @@
8 rtmon: $(RTMONOBJ) $(LIBNETLINK)
9
10 install: all
11- install -m 0755 -s $(TARGETS) $(DESTDIR)$(SBINDIR)
12+ install -m 0755 $(TARGETS) $(DESTDIR)$(SBINDIR)
13 install -m 0755 $(SCRIPTS) $(DESTDIR)$(SBINDIR)
14
15 clean:
16
17--- misc/Makefile
18+++ misc/Makefile
19@@ -27,7 +27,7 @@
20 lnstat: $(LNSTATOBJ)
21
22 install: all
23- install -m 0755 -s $(TARGETS) $(DESTDIR)$(SBINDIR)
24+ install -m 0755 $(TARGETS) $(DESTDIR)$(SBINDIR)
25 ln -sf lnstat $(DESTDIR)$(SBINDIR)/rtstat
26 ln -sf lnstat $(DESTDIR)$(SBINDIR)/ctstat
27
28--- tc/Makefile
29+++ tc/Makefile
30@@ -70,9 +70,9 @@
31
32 install: all
33 mkdir -p $(DESTDIR)/usr/lib/tc
34- install -m 0755 -s tc $(DESTDIR)$(SBINDIR)
35+ install -m 0755 tc $(DESTDIR)$(SBINDIR)
36 for i in $(TCSO); \
37- do install -m 755 -s $$i $(DESTDIR)/usr/lib/tc; \
38+ do install -m 755 $$i $(DESTDIR)/usr/lib/tc; \
39 done
40
41 clean: