]> git.pld-linux.org Git - packages/iproute2.git/blame - iproute2-build.patch
- drop -g in CCOPTS, can be passed in OPT if wanted
[packages/iproute2.git] / iproute2-build.patch
CommitLineData
a8a44b15
AM
1diff -urN iproute2-2.6.8.org/Makefile iproute2-2.6.8/Makefile
2--- iproute2-2.6.8.org/Makefile 2004-07-16 21:49:23.066528064 +0200
3+++ iproute2-2.6.8/Makefile 2004-07-16 21:50:01.491686552 +0200
4@@ -12,7 +12,7 @@
9f5de04c
AM
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
a8a44b15
AM
12 #options for decnet
13@@ -22,7 +22,7 @@
9f5de04c
AM
14 ADDLIB+=ipx_ntop.o ipx_pton.o
15
9f5de04c
AM
16 CC = gcc
17-CCOPTS = -D_GNU_SOURCE -O2 -Wstrict-prototypes -Wall -g
c69b6702 18+CCOPTS = -D_GNU_SOURCE $(OPT) -Wstrict-prototypes -Wall
a8a44b15 19 CFLAGS = $(CCOPTS) -I$(KERNEL_INCLUDE) -I../include $(DEFINES)
9f5de04c
AM
20
21 LDLIBS += -L../lib -lnetlink -lutil
This page took 0.034941 seconds and 4 git commands to generate.