13 lines
505 B
Diff
13 lines
505 B
Diff
|
diff -ubr iproute2-3.8.0-orig/Makefile iproute2-3.8.0/Makefile
|
||
|
--- iproute2-3.8.0-orig/Makefile 2013-04-06 00:03:21.072827860 +0200
|
||
|
+++ iproute2-3.8.0/Makefile 2013-04-06 00:03:25.353837862 +0200
|
||
|
@@ -30,7 +30,7 @@
|
||
|
HOSTCC = gcc
|
||
|
DEFINES += -D_GNU_SOURCE
|
||
|
CCOPTS = -O2
|
||
|
-WFLAGS := -Wall -Wstrict-prototypes -Werror -Wmissing-prototypes
|
||
|
+WFLAGS := -Wall -Wstrict-prototypes -Wmissing-prototypes
|
||
|
WFLAGS += -Wmissing-declarations -Wold-style-definition
|
||
|
|
||
|
CFLAGS = $(WFLAGS) $(CCOPTS) -I../include $(DEFINES)
|