diff options
-rw-r--r-- | testing/dspam/APKBUILD | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/testing/dspam/APKBUILD b/testing/dspam/APKBUILD index 4f0ff7c465..3b6f164232 100644 --- a/testing/dspam/APKBUILD +++ b/testing/dspam/APKBUILD @@ -30,6 +30,7 @@ prepare() { msg "Applying $i" patch -p1 -i "$i" || return 1 done + update_config_guess || return 1 #aclocal -I m4 && libtoolize && autoconf && automake } |