diff options
author | Miod Vallat <miod@cvs.openbsd.org> | 2012-11-02 21:54:38 +0000 |
---|---|---|
committer | Miod Vallat <miod@cvs.openbsd.org> | 2012-11-02 21:54:38 +0000 |
commit | c5b96ea5f4697f97e98e930398ed313f99704d85 (patch) | |
tree | 7595902030e8931de1e37ce7e0a160dd37792b8f /gnu/usr.sbin | |
parent | 3f1a0d38f36e4a12c72c42b283a0922ba3052c07 (diff) |
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.
Diffstat (limited to 'gnu/usr.sbin')
-rw-r--r-- | gnu/usr.sbin/sendmail/libsmutil/Makefile | 6 |
1 files changed, 1 insertions, 5 deletions
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 |