2009-01-19 13:02:46 +00:00
|
|
|
diff -up iproute2-2.6.28/iproute2-2.6.28/Makefile.opt iproute2-2.6.28/iproute2-2.6.28/Makefile
|
|
|
|
--- iproute2-2.6.28/iproute2-2.6.28/Makefile.opt 2008-08-12 14:19:58.000000000 +0200
|
|
|
|
+++ iproute2-2.6.28/iproute2-2.6.28/Makefile 2008-08-12 14:21:42.000000000 +0200
|
2007-10-31 13:56:07 +00:00
|
|
|
@@ -22,7 +22,7 @@ ADDLIB+=ipx_ntop.o ipx_pton.o
|
2007-09-19 15:09:09 +00:00
|
|
|
|
|
|
|
CC = gcc
|
|
|
|
HOSTCC = gcc
|
|
|
|
-CCOPTS = -D_GNU_SOURCE -O2 -Wstrict-prototypes -Wall
|
|
|
|
+CCOPTS = -D_GNU_SOURCE -O2 -Wstrict-prototypes -Wall $(RPM_OPT_FLAGS)
|
|
|
|
CFLAGS = $(CCOPTS) -I../include $(DEFINES)
|
|
|
|
YACCFLAGS = -d -t -v
|
|
|
|
|