]> git.pld-linux.org Git - packages/iproute2.git/blob - iproute2-Makefile.patch
- BR: db-devel
[packages/iproute2.git] / iproute2-Makefile.patch
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
5  
6  ALLOBJ=$(SSOBJ) $(NSTATOBJ) $(IFSTATOBJ) $(RTACCTOBJ) $(ARPDOBJ) $(RTSTATOBJ)
7 -TARGETS=ss nstat ifstat rtacct arpd rtstat
8 +TARGETS=ss nstat ifstat rtacct rtstat
9  
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 @@
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
23 @@ -24,7 +24,7 @@
24  
25  
26  CC = gcc
27 -CCOPTS = -D_GNU_SOURCE -O2 -Wstrict-prototypes -Wall -g
28 +CCOPTS = -D_GNU_SOURCE $(OPT) -Wstrict-prototypes -Wall -g
29  CFLAGS = $(CCOPTS) -I../include $(DEFINES)
30  
31  LDLIBS += -L../lib -lnetlink -lutil
This page took 0.115335 seconds and 3 git commands to generate.