2010-03-26 14:28:35 +00:00
|
|
|
--- a/Makefile
|
|
|
|
+++ b/Makefile
|
2010-05-20 06:09:49 +00:00
|
|
|
@@ -29,7 +29,7 @@ ADDLIB+=ipx_ntop.o ipx_pton.o
|
2009-11-05 11:55:00 +00:00
|
|
|
CC = gcc
|
|
|
|
HOSTCC = gcc
|
2013-01-20 11:25:18 +00:00
|
|
|
DEFINES += -D_GNU_SOURCE
|
|
|
|
-CCOPTS = -O2
|
|
|
|
+CCOPTS = -O2 $(EXTRA_CCOPTS)
|
2013-10-07 08:26:41 +00:00
|
|
|
WFLAGS := -Wall -Wstrict-prototypes -Wmissing-prototypes
|
|
|
|
WFLAGS += -Wmissing-declarations -Wold-style-definition
|
2013-05-14 23:49:34 +00:00
|
|
|
|