]> git.pld-linux.org Git - packages/iproute2.git/blob - iproute2-LDFLAGS.patch
- BR: libnl1-devel
[packages/iproute2.git] / iproute2-LDFLAGS.patch
1 diff -ur iproute2-2.6.18-061002.org/netem/Makefile iproute2-2.6.18-061002/netem/Makefile
2 --- iproute2-2.6.18-061002.org/netem/Makefile   2006-10-02 22:13:34.000000000 +0200
3 +++ iproute2-2.6.18-061002/netem/Makefile       2006-10-03 09:00:45.533018231 +0200
4 @@ -7,7 +7,7 @@
5  all: $(DISTGEN) $(DISTDATA)
6  
7  $(DISTGEN):
8 -       $(HOSTCC) $(CCOPTS) -I../include -o $@ $@.c -lm
9 +       $(HOSTCC) $(LDFLAGS) $(CCOPTS) -I../include -o $@ $@.c -lm
10  
11  %.dist: %
12         ./$* > $@
13
This page took 0.089662 seconds and 3 git commands to generate.