1
0
Fork 0
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:
psykose 2022-05-01 06:04:02 +00:00
parent f1c9f7de35
commit 4b783f3786
No known key found for this signature in database

View file

@ -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"