diff options
author | Jakob Schlyter <jakob@cvs.openbsd.org> | 2003-01-28 07:43:30 +0000 |
---|---|---|
committer | Jakob Schlyter <jakob@cvs.openbsd.org> | 2003-01-28 07:43:30 +0000 |
commit | f798cc62500b1f7ec32467a0805d64ebb1889735 (patch) | |
tree | c5e257ede6d5aadc3d757df6c1a8ea663d5e51c3 /usr.sbin/bind/Makefile.bsd-wrapper | |
parent | 3dd6b460e43cccb0efa1e53a4edb524774f91d79 (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-wrapper | 6 |
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 \ |