summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJonathan Gray <jsg@cvs.openbsd.org>2014-05-18 05:27:50 +0000
committerJonathan Gray <jsg@cvs.openbsd.org>2014-05-18 05:27:50 +0000
commitf5e4591067b60e90f1583fec44aa9694a319b7ce (patch)
treee2994418d279674e664ea9d67de3356e50a9000a
parentcb1877bfc19ede595d1eb25b211fd164c1372559 (diff)
There is no need to compile nginx with -O1 on vax anymore.
Since the change in rev 1.5 vax has switched to gcc3, MAXDSIZ has increased and pcre_exec now builds with -O2. ok miod@
-rw-r--r--usr.sbin/nginx/Makefile.bsd-wrapper6
1 files changed, 1 insertions, 5 deletions
diff --git a/usr.sbin/nginx/Makefile.bsd-wrapper b/usr.sbin/nginx/Makefile.bsd-wrapper
index 7c42d03f984..f09b516d6a1 100644
--- a/usr.sbin/nginx/Makefile.bsd-wrapper
+++ b/usr.sbin/nginx/Makefile.bsd-wrapper
@@ -1,14 +1,10 @@
# Build wrapper for Nginx
-# $OpenBSD: Makefile.bsd-wrapper,v 1.15 2014/04/15 20:55:42 miod Exp $
+# $OpenBSD: Makefile.bsd-wrapper,v 1.16 2014/05/18 05:27:49 jsg Exp $
LNDIR= /usr/bin/lndir
.include <bsd.own.mk>
-.if (${MACHINE_ARCH} == "vax")
-CFLAGS=-O1 ${PIPE} ${DEBUG}
-.endif
-
CONFIGURE_ARGS= --prefix=/var/www \
--conf-path=/etc/nginx/nginx.conf \
--sbin-path=/usr/sbin/nginx \