From 1688f53aac43fe39c87154915d37579ee76beede Mon Sep 17 00:00:00 2001 From: delphij Date: Fri, 15 Jun 2007 09:14:26 +0000 Subject: Actually make WITH_SSH conditional. Pointed out by: sat Pointy hat to: delphij --- benchmarks/iozone/Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/benchmarks/iozone/Makefile b/benchmarks/iozone/Makefile index 69dbfebb564..57069b0962a 100644 --- a/benchmarks/iozone/Makefile +++ b/benchmarks/iozone/Makefile @@ -39,8 +39,10 @@ MAKE_ENV= LDFLAGS=${PTHREAD_LIBS} CFLAGS+=-DNO_THREADS .endif +.if defined (WITH_SSH) post-patch: ${REINPLACE_CMD} -e 's|shell\,\"rsh\"|shell\,\"ssh\"|' ${WRKSRC}/iozone.c +.endif do-install: ${STRIP_CMD} ${WRKSRC}/iozone -- cgit