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 }