]> git.pld-linux.org Git - packages/iproute2.git/blame - iproute2-Makefile.patch
- small update: infiniband address decode added.
[packages/iproute2.git] / iproute2-Makefile.patch
CommitLineData
fa271200
MM
1--- iproute2/misc/Makefile.orig 2002-01-16 00:30:32.000000000 +0100
2+++ iproute2/misc/Makefile 2004-04-04 22:23:44.718120960 +0200
3@@ -6,7 +6,7 @@
4 RTSTATOBJ=rtstat.o
e42218cf 5
fa271200
MM
6 ALLOBJ=$(SSOBJ) $(NSTATOBJ) $(IFSTATOBJ) $(RTACCTOBJ) $(ARPDOBJ) $(RTSTATOBJ)
7-TARGETS=ss nstat ifstat rtacct arpd rtstat
8+TARGETS=ss nstat ifstat rtacct rtstat
e42218cf 9
fa271200
MM
10 all: $(TARGETS)
11
12--- iproute2/Makefile~ 2004-05-01 21:30:53.000000000 +0000
13+++ iproute2/Makefile 2004-05-01 21:33:14.000000000 +0000
14@@ -8,7 +8,7 @@
e42218cf
PS
15 DEFINES= -DRESOLVE_HOSTNAMES
16
17 #options if you have a bind>=4.9.4 libresolv (or, maybe, glibc)
18-LDLIBS=-lresolv
19+LDLIBS=
20 ADDLIB=
21
22 #options if you compile with libc5, and without a bind>=4.9.4 libresolv
fa271200
MM
23@@ -24,7 +24,7 @@
24
e42218cf 25
e42218cf
PS
26 CC = gcc
27-CCOPTS = -D_GNU_SOURCE -O2 -Wstrict-prototypes -Wall -g
e42218cf 28+CCOPTS = -D_GNU_SOURCE $(OPT) -Wstrict-prototypes -Wall -g
fa271200 29 CFLAGS = $(CCOPTS) -I../include $(DEFINES)
e42218cf
PS
30
31 LDLIBS += -L../lib -lnetlink -lutil
This page took 0.041299 seconds and 4 git commands to generate.