testing/pamtester: fix build on riscv64

This commit is contained in:
Leo 2021-07-19 16:29:16 -03:00
parent 024b69d320
commit 5bf8f435b2

View File

@ -14,15 +14,9 @@ source="https://netix.dl.sourceforge.net/project/pamtester/pamtester/0.1.2/pamte
prepare() {
default_prepare
update_config_sub
}
prepare() {
default_prepare
update_config_guess
}
build() {
./configure \
--build=$CBUILD \