From 7374706d86f721f2342f8992edabef434557aaf2 Mon Sep 17 00:00:00 2001 From: Piotr Kubaj Date: Sun, 14 Feb 2021 17:47:02 +0000 Subject: [PATCH] benchmarks/sysbench: fix build on powerpc64le --- benchmarks/sysbench/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/benchmarks/sysbench/Makefile b/benchmarks/sysbench/Makefile index 0ee10dae64f6..152dd9242ed1 100644 --- a/benchmarks/sysbench/Makefile +++ b/benchmarks/sysbench/Makefile @@ -32,7 +32,7 @@ PGSQL_USES= pgsql .include -.if ${ARCH} == powerpc64 +.if ${ARCH:Mpowerpc64*} LIB_DEPENDS+= libluajit-5.1.so:lang/luajit-openresty .else LIB_DEPENDS+= libluajit-5.1.so:lang/luajit