From c5b96ea5f4697f97e98e930398ed313f99704d85 Mon Sep 17 00:00:00 2001 From: Miod Vallat Date: Fri, 2 Nov 2012 21:54:38 +0000 Subject: Remove mips64 -fno-stack-protector addition; at the moment gcc4 used on mips64 does not implement stack-protector, and when it does, the workaround might not be necessary after all. --- gnu/usr.sbin/sendmail/libsmutil/Makefile | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'gnu/usr.sbin') diff --git a/gnu/usr.sbin/sendmail/libsmutil/Makefile b/gnu/usr.sbin/sendmail/libsmutil/Makefile index a4decc6458b..9694e6de10c 100644 --- a/gnu/usr.sbin/sendmail/libsmutil/Makefile +++ b/gnu/usr.sbin/sendmail/libsmutil/Makefile @@ -1,13 +1,9 @@ -# $OpenBSD: Makefile,v 1.6 2010/02/03 20:49:00 miod Exp $ +# $OpenBSD: Makefile,v 1.7 2012/11/02 21:54:37 miod Exp $ LIB= smutil SRCS= debug.c err.c lockfile.c safefile.c snprintf.c cf.c ENVDEF= -DNOT_SENDMAIL -.if ${MACHINE_CPU} == mips64 -CFLAGS+= -fno-stack-protector -.endif - # This is not a library that gets installed so only build the .a version NOPROFILE=1 NOPIC=1 -- cgit v1.2.3