]> git.pld-linux.org Git - packages/iproute2.git/blame - iproute2-LDFLAGS.patch
- replaced BR: tetex-* with corrected BR: texlive-* ones
[packages/iproute2.git] / iproute2-LDFLAGS.patch
CommitLineData
b962ebab
AM
1diff -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
eb88d8c0 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 ./$* > $@
50efb828 13
This page took 0.032747 seconds and 4 git commands to generate.