testing/unrealircd: fix build on riscv64

This commit is contained in:
Ariadne Conill 2021-07-05 15:38:01 -06:00
parent d82caacbea
commit a2529fb59e

View File

@ -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
}