Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/lib/librumphijack Make sure that "_FORTIFY_SOURCE" really ge...
details: https://anonhg.NetBSD.org/src/rev/2e5c9c202ef5
branches: trunk
changeset: 326106:2e5c9c202ef5
user: tron <tron%NetBSD.org@localhost>
date: Sat Jan 18 18:37:30 2014 +0000
description:
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.
diffstat:
lib/librumphijack/Makefile | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (18 lines):
diff -r 254347551d86 -r 2e5c9c202ef5 lib/librumphijack/Makefile
--- a/lib/librumphijack/Makefile Sat Jan 18 17:20:36 2014 +0000
+++ b/lib/librumphijack/Makefile Sat Jan 18 18:37:30 2014 +0000
@@ -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 @@
# a stack frame
COPTS.hijackdlsym.c+= -O0
-CPPFLAGS+= -U_FORTIFY_SOURCE
+.include <bsd.lib.mk>
-.include <bsd.lib.mk>
+CPPFLAGS+= -U_FORTIFY_SOURCE
Home |
Main Index |
Thread Index |
Old Index