]> git.pld-linux.org Git - packages/iproute2.git/blob - iproute2-make.patch
- BR: sgml-tools
[packages/iproute2.git] / iproute2-make.patch
1 --- iproute2/Makefile~  Tue Aug  7 15:58:27 2001
2 +++ iproute2/Makefile   Tue Aug  7 15:58:55 2001
3 @@ -28,7 +28,7 @@
4  
5  
6  CC = gcc
7 -CCOPTS = -D_GNU_SOURCE -O2 -Wstrict-prototypes -Wall -g
8 +CCOPTS = -D_GNU_SOURCE $(OPT) -Wstrict-prototypes -Wall -g
9  CFLAGS = $(CCOPTS) $(GLIBCFIX) -I$(KERNEL_INCLUDE) -I../include $(DEFINES)
10  
11  LDLIBS += -L../lib -lnetlink -lutil
This page took 0.169124 seconds and 3 git commands to generate.