Make sure that "_FORTIFY_SOURCE" really gets undefined even if "USE_SSP"

is set to "yes" to fix build problems caused by the recent change to
this makefile.
This commit is contained in:
tron 2014-01-18 18:37:30 +00:00
parent eed4dff2e8
commit 4923acbfbe
1 changed files with 3 additions and 3 deletions

View File

@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.15 2014/01/10 15:54:29 christos Exp $
# $NetBSD: Makefile,v 1.16 2014/01/18 18:37:30 tron Exp $
#
LIB= rumphijack
@ -18,6 +18,6 @@ WARNS?= 5
# a stack frame
COPTS.hijackdlsym.c+= -O0
CPPFLAGS+= -U_FORTIFY_SOURCE
.include <bsd.lib.mk>
CPPFLAGS+= -U_FORTIFY_SOURCE