summaryrefslogtreecommitdiff
path: root/main/dmraid/APKBUILD
diff options
context:
space:
mode:
authorpsykose <alice@ayaya.dev>2023-04-11 19:34:03 +0000
committerpsykose <alice@ayaya.dev>2023-04-11 21:34:03 +0200
commite5676c989ce8cab73a74cc24e391188f11f57775 (patch)
tree3adaf079b07d3bc1a9d1cd3daab029ddbc209fc1 /main/dmraid/APKBUILD
parent75cf045915f316f4f53a32da57d3a2ca9f6aac6e (diff)
downloadaports-e5676c989ce8cab73a74cc24e391188f11f57775.zip
main/dmraid: fix lfs64 use
Diffstat (limited to 'main/dmraid/APKBUILD')
-rw-r--r--main/dmraid/APKBUILD7
1 files changed, 5 insertions, 2 deletions
diff --git a/main/dmraid/APKBUILD b/main/dmraid/APKBUILD
index 3e9cf013de3..7d8b361d0f3 100644
--- a/main/dmraid/APKBUILD
+++ b/main/dmraid/APKBUILD
@@ -3,7 +3,7 @@
pkgname=dmraid
pkgver=1.0.0_rc16
_distver=3
-pkgrel=3
+pkgrel=4
pkgdesc="Device mapper RAID interface"
url="https://people.redhat.com/~heinzm/sw/dmraid/"
arch="all"
@@ -18,7 +18,9 @@ source="https://people.redhat.com/~heinzm/sw/dmraid/src/dmraid-${pkgver/_/.}-$_d
004-activate_multiple_raid_sets.patch
005-fix_isw_sectors_calculation.patch
006-musl-libc.patch
- 007-fix-loff_t-musl.patch"
+ 007-fix-loff_t-musl.patch
+ lfs64.patch
+ "
builddir="$srcdir/dmraid/${pkgver/_/.}-$_distver/dmraid"
prepare() {
@@ -55,4 +57,5 @@ ce120d7313f7f1b563e95fd9b81e4eb5353edf416a521d2955b0bd7a0c08ec4c0a5da4402aa1690f
702cb4cf0edf79dbde9185cada12462681b52bffd5f8c4eab1b594ef754c964fb6c7f711ce77e4074167d920755fe0466d284f94fb272d60ea2314f2a45ef366 005-fix_isw_sectors_calculation.patch
1335297528df24faa292e4d80a57e23e3f910b669a92370e57a97bd4df443092323a91489c2cc1f17e3b280a3a7f0386bb7fed3a157cdab7ab55686e9d5e1ae4 006-musl-libc.patch
3fe66677b7bb3a314cabcab32d35192ddd5ec70e50398a37916197eb2818debf919fe48337fe9befb3a7d7ab727cbeed976413db89585f66fed7375cf9b36ac8 007-fix-loff_t-musl.patch
+c33d8876951233d86f9cc900f1df0edfa1cf2ea9d970c877ffa3072ec1af04c20cceb00a0b11bac97b9d2ea6244cc91470949ca4693d3fd6a2c83636ecccc2f0 lfs64.patch
"