]> git.pld-linux.org Git - packages/iproute2.git/blob - iproute2-make.patch
- release 3.
[packages/iproute2.git] / iproute2-make.patch
1 diff -urN iproute2.orig/Makefile iproute2/Makefile
2 --- iproute2.orig/Makefile      Sun Jul 11 18:49:17 1999
3 +++ iproute2/Makefile   Sun Jul 11 18:49:31 1999
4 @@ -27,7 +27,7 @@
5  endif
6  
7  CC=gcc
8 -CFLAGS=-D_GNU_SOURCE -O2 -Wstrict-prototypes -Wall -g $(GLIBCFIX) -I$(KERNEL_INCLUDE) -I../include $(DEFINES)
9 +CFLAGS=-D_GNU_SOURCE $(OPT) -Wstrict-prototypes -Wall -g $(GLIBCFIX) -I$(KERNEL_INCLUDE) -I../include $(DEFINES)
10  
11  LDLIBS += -L../lib -lnetlink -lutil
12  
This page took 0.073093 seconds and 3 git commands to generate.