]> git.pld-linux.org Git - packages/iproute2.git/blob - iproute2-build.patch
4dc942bd11abd396ab6f7cc5fb9d7043622f00b1
[packages/iproute2.git] / iproute2-build.patch
1 diff -urNbB iproute2-2.6.14-051107.org/Makefile iproute2-2.6.14-051107/Makefile
2 --- iproute2-2.6.14-051107.org/Makefile 2005-07-09 00:08:47.000000000 +0200
3 +++ iproute2-2.6.14-051107/Makefile     2005-11-10 16:04:15.024922750 +0100
4 @@ -10,7 +10,7 @@
5  DEFINES= -DRESOLVE_HOSTNAMES
6  
7  #options if you have a bind>=4.9.4 libresolv (or, maybe, glibc)
8 -LDLIBS=-lresolv
9 +LDLIBS=
10  ADDLIB=
11  
12  #options for decnet
13 @@ -21,7 +21,7 @@
14  
15  CC = gcc
16  HOSTCC = gcc
17 -CCOPTS = -D_GNU_SOURCE -O2 -Wstrict-prototypes -Wall
18 +CCOPTS = -D_GNU_SOURCE $(OPT) -Wstrict-prototypes -Wall
19  CFLAGS = $(CCOPTS) -I../include $(DEFINES)
20  YACCFLAGS = -d -t -v
21  
This page took 0.035113 seconds and 2 git commands to generate.