Signed-off-by: Hu XueJiao 1034502035@qq.com --- pkg/sysbench-threads-git/PKGBUILD | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pkg/sysbench-threads-git/PKGBUILD b/pkg/sysbench-threads-git/PKGBUILD index 41ed9f46..c79d97b3 100644 --- a/pkg/sysbench-threads-git/PKGBUILD +++ b/pkg/sysbench-threads-git/PKGBUILD @@ -12,7 +12,7 @@ build() { cd "$srcdir/sysbench" ./autogen.sh - ./configure --prefix=/usr --without-gcc-arch --without-mysql + ./configure --build=arm --host=arm --without-mysql make }
Maybe your config.guess is too old to guess new sysytem type, So you can download latest version if it guess failed.
Thanks, Yale
On Mon, Nov 16, 2020 at 06:24:31PM +0800, Hu Xuejiao wrote:
Signed-off-by: Hu XueJiao 1034502035@qq.com
pkg/sysbench-threads-git/PKGBUILD | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pkg/sysbench-threads-git/PKGBUILD b/pkg/sysbench-threads-git/PKGBUILD index 41ed9f46..c79d97b3 100644 --- a/pkg/sysbench-threads-git/PKGBUILD +++ b/pkg/sysbench-threads-git/PKGBUILD @@ -12,7 +12,7 @@ build() { cd "$srcdir/sysbench" ./autogen.sh
- ./configure --prefix=/usr --without-gcc-arch --without-mysql
- ./configure --build=arm --host=arm --without-mysql make
}
-- 2.23.0