summaryrefslogtreecommitdiff
path: root/usr.sbin/bind/Makefile.bsd-wrapper
diff options
context:
space:
mode:
authorJakob Schlyter <jakob@cvs.openbsd.org>2003-01-28 07:43:30 +0000
committerJakob Schlyter <jakob@cvs.openbsd.org>2003-01-28 07:43:30 +0000
commitf798cc62500b1f7ec32467a0805d64ebb1889735 (patch)
treec5e257ede6d5aadc3d757df6c1a8ea663d5e51c3 /usr.sbin/bind/Makefile.bsd-wrapper
parent3dd6b460e43cccb0efa1e53a4edb524774f91d79 (diff)
compile without propolice on sparc64 for now
Diffstat (limited to 'usr.sbin/bind/Makefile.bsd-wrapper')
-rw-r--r--usr.sbin/bind/Makefile.bsd-wrapper6
1 files changed, 5 insertions, 1 deletions
diff --git a/usr.sbin/bind/Makefile.bsd-wrapper b/usr.sbin/bind/Makefile.bsd-wrapper
index 03b8ad62443..dce6374d405 100644
--- a/usr.sbin/bind/Makefile.bsd-wrapper
+++ b/usr.sbin/bind/Makefile.bsd-wrapper
@@ -1,7 +1,11 @@
-# $OpenBSD: Makefile.bsd-wrapper,v 1.2 2003/01/24 07:28:22 jakob Exp $
+# $OpenBSD: Makefile.bsd-wrapper,v 1.3 2003/01/28 07:43:29 jakob Exp $
.include <bsd.own.mk>
+.if ${MACHINE_ARCH:Msparc64}
+CFLAGS+= -fno-stack-protector
+.endif
+
XCFLAGS= CC="${CC}" CFLAGS="${CFLAGS} ${COPTS}" LDFLAGS="${LDFLAGS}"
CONFIGURE_OPTS= --prefix=/usr \
--localstatedir=/var \