From 3933af6b03dcacc959fe416cdc2f99b3294b6dad Mon Sep 17 00:00:00 2001 From: Niklas Hallqvist Date: Tue, 30 Jan 2001 21:04:07 +0000 Subject: Supply an always safe path to configure --- usr.sbin/httpd/Makefile.bsd-wrapper | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'usr.sbin/httpd/Makefile.bsd-wrapper') diff --git a/usr.sbin/httpd/Makefile.bsd-wrapper b/usr.sbin/httpd/Makefile.bsd-wrapper index 10e268cc0e0..995a6095e77 100644 --- a/usr.sbin/httpd/Makefile.bsd-wrapper +++ b/usr.sbin/httpd/Makefile.bsd-wrapper @@ -1,5 +1,5 @@ # Build wrapper for Apache -# $OpenBSD: Makefile.bsd-wrapper,v 1.18 2001/01/23 23:54:26 brad Exp $ +# $OpenBSD: Makefile.bsd-wrapper,v 1.19 2001/01/30 21:04:06 niklas Exp $ # Our lndir is hacked; specify a full path to avoid potential conflicts # with the one installed with X11. @@ -438,7 +438,7 @@ prereq: ${.OBJDIR}/config.status ${.OBJDIR}/config.status : ${.OBJDIR}/config.layout @cd ${.OBJDIR} && CC="${CC}" LD_SHLIB="${CC}" OPTIM="${CFLAGS}" \ - sh configure ${CONFIG_ARGS} + PATH=/sbin:/usr/sbin:/bin:/usr/bin sh configure ${CONFIG_ARGS} .if !exists(${.OBJDIR}/config.layout) ${.OBJDIR}/config.layout: ${.CURDIR}/config.layout -- cgit v1.2.3