From a2529fb59e677997b22588cfcdfda8ef232b50af Mon Sep 17 00:00:00 2001 From: Ariadne Conill Date: Mon, 5 Jul 2021 15:38:01 -0600 Subject: [PATCH] testing/unrealircd: fix build on riscv64 --- testing/unrealircd/APKBUILD | 2 ++ 1 file changed, 2 insertions(+) diff --git a/testing/unrealircd/APKBUILD b/testing/unrealircd/APKBUILD index 314e4ef8403..85b2f9c7939 100755 --- a/testing/unrealircd/APKBUILD +++ b/testing/unrealircd/APKBUILD @@ -22,6 +22,8 @@ source="https://www.unrealircd.org/downloads/unrealircd-$pkgver.tar.gz" prepare() { default_prepare + update_config_guess + update_config_sub # Patch ./configure to run without first running ./Config sed -i 's/test "x$enable_dynamic_/test "$enable_dynamic_/' ./configure }