mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-07-12 18:59:50 +03:00
testing/lizardfs: allow textrels on riscv64
This commit is contained in:
parent
f1c9f7de35
commit
4b783f3786
1 changed files with 2 additions and 0 deletions
|
@ -56,6 +56,8 @@ source="$pkgname-$pkgver.tar.gz::https://github.com/lizardfs/lizardfs/archive/re
|
|||
"
|
||||
builddir="$srcdir/$pkgname-$pkgver-rc3"
|
||||
|
||||
[ "$CARCH" = "riscv64" ] && options="$options textrels"
|
||||
|
||||
build() {
|
||||
if [ "$CBUILD" != "$CHOST" ]; then
|
||||
CMAKE_CROSSOPTS="-DCMAKE_SYSTEM_NAME=Linux -DCMAKE_HOST_SYSTEM_NAME=Linux"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue