artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c663f12
)
Remove -Werror to make dhcrelay6 on gcc3 architecture successfully.
author
aoyama
<aoyama@openbsd.org>
Sun, 16 Apr 2017 00:52:54 +0000
(
00:52
+0000)
committer
aoyama
<aoyama@openbsd.org>
Sun, 16 Apr 2017 00:52:54 +0000
(
00:52
+0000)
ok reyk
usr.sbin/dhcrelay6/Makefile
patch
|
blob
|
history
diff --git
a/usr.sbin/dhcrelay6/Makefile
b/usr.sbin/dhcrelay6/Makefile
index
6dd1fe5
..
50c6a6b
100644
(file)
--- a/
usr.sbin/dhcrelay6/Makefile
+++ b/
usr.sbin/dhcrelay6/Makefile
@@
-1,4
+1,4
@@
-# $OpenBSD: Makefile,v 1.
1 2017/03/17 14:45:16 rzalamen
a Exp $
+# $OpenBSD: Makefile,v 1.
2 2017/04/16 00:52:54 aoyam
a Exp $
.include <bsd.own.mk>
@@
-6,7
+6,7
@@
SRCS= dhcrelay6.c dispatch.c log.c bpf.c packet.c
PROG= dhcrelay6
MAN= dhcrelay6.8
-CFLAGS+=-Wall -Wextra
-Werror
+CFLAGS+=-Wall -Wextra
CFLAGS+=-Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations
CFLAGS+=-Wshadow -Wpointer-arith -Wsign-compare