There is no need to compile nginx with -O1 on vax anymore.
authorjsg <jsg@openbsd.org>
Sun, 18 May 2014 05:27:49 +0000 (05:27 +0000)
committerjsg <jsg@openbsd.org>
Sun, 18 May 2014 05:27:49 +0000 (05:27 +0000)
Since the change in rev 1.5 vax has switched to gcc3,
MAXDSIZ has increased and pcre_exec now builds with -O2.

ok miod@

usr.sbin/nginx/Makefile.bsd-wrapper

index 7c42d03..f09b516 100644 (file)
@@ -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 \