diff options
author | 2001-01-30 21:04:06 +0000 | |
---|---|---|
committer | 2001-01-30 21:04:06 +0000 | |
commit | 0e0cb54022dc4bdca752223dab51e250283ee669 (patch) | |
tree | d6362b11b5bc9810401852199b2ff8a84ef04d35 | |
parent | Forgotten version number update (diff) | |
download | wireguard-openbsd-0e0cb54022dc4bdca752223dab51e250283ee669.tar.xz wireguard-openbsd-0e0cb54022dc4bdca752223dab51e250283ee669.zip |
Supply an always safe path to configure
-rw-r--r-- | usr.sbin/httpd/Makefile.bsd-wrapper | 4 |
1 files changed, 2 insertions, 2 deletions
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 |