Override ssp also in case where it doesn't come intrinsically
from the compiler.
This commit is contained in:
parent
2580dac907
commit
5cbd60062e
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: Makefile,v 1.11 2013/07/27 17:37:29 pooka Exp $
|
||||
# $NetBSD: Makefile,v 1.12 2013/07/29 10:13:21 pooka Exp $
|
||||
#
|
||||
|
||||
LIB= rumphijack
|
||||
|
@ -11,7 +11,6 @@ MAN= rumphijack.3
|
|||
SRCS= hijack.c hijackdlsym.c
|
||||
|
||||
CPPFLAGS+= -D_DIAGNOSTIC -D_REENTRANT -I${.CURDIR}/../librumpuser
|
||||
CPPFLAGS+= -U_FORTIFY_SOURCE
|
||||
|
||||
WARNS?= 5
|
||||
|
||||
|
@ -19,4 +18,8 @@ WARNS?= 5
|
|||
# a stack frame
|
||||
COPTS.hijackdlsym.c+= -O0
|
||||
|
||||
.include <bsd.sys.mk>
|
||||
|
||||
CPPFLAGS+= -U_FORTIFY_SOURCE
|
||||
|
||||
.include <bsd.lib.mk>
|
||||
|
|
Loading…
Reference in New Issue