testing/libsbsms: fix build on riscv64

This commit is contained in:
Andy Postnikov 2021-09-06 11:48:15 +03:00
parent 4704ea8681
commit 80af1372a6

View File

@ -10,6 +10,12 @@ license="GPL-2.0-or-later"
subpackages="$pkgname-dev"
source="$pkgname-$pkgver.tar.gz::https://github.com/claytonotey/libsbsms/archive/refs/tags/$pkgver.tar.gz"
prepare() {
default_prepare
update_config_sub
update_config_guess
}
build() {
./configure \
--build=$CBUILD \