mirror of
https://github.com/void-linux/void-packages.git
synced 2025-08-02 10:52:57 +02:00
kpartx: update to 0.8.2.
This commit is contained in:
parent
afb3c96481
commit
7a875a31fa
1 changed files with 3 additions and 3 deletions
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'kpartx'
|
# Template file for 'kpartx'
|
||||||
pkgname=kpartx
|
pkgname=kpartx
|
||||||
version=0.8.1
|
version=0.8.2
|
||||||
revision=1
|
revision=1
|
||||||
wrksrc="multipath-tools-${version}"
|
wrksrc="multipath-tools-${version}"
|
||||||
build_wrksrc=kpartx
|
build_wrksrc=kpartx
|
||||||
|
@ -12,9 +12,9 @@ maintainer="Leah Neukirchen <leah@vuxu.org>"
|
||||||
license="GPL-2.0-or-later"
|
license="GPL-2.0-or-later"
|
||||||
homepage="http://christophe.varoqui.free.fr/"
|
homepage="http://christophe.varoqui.free.fr/"
|
||||||
distfiles="https://git.opensvc.com/?p=multipath-tools/.git;a=snapshot;h=refs/tags/${version}>kpartx-${version}.tar.gz"
|
distfiles="https://git.opensvc.com/?p=multipath-tools/.git;a=snapshot;h=refs/tags/${version}>kpartx-${version}.tar.gz"
|
||||||
checksum=25cd940cb45c654798eb2eba141c36cee96bf9ddc85102681b26aadb08fdc918
|
checksum=ba58d81bf6fc5ed30bbe278ec02bf63f59f3f121dbec32b1ba35cb9a1695cc74
|
||||||
LDFLAGS="-ldevmapper"
|
LDFLAGS="-ldevmapper"
|
||||||
CFLAGS="-D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DLIBDM_API_COOKIE"
|
CFLAGS="-D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DLIBDM_API_COOKIE -I../libmultipath"
|
||||||
|
|
||||||
post_extract() {
|
post_extract() {
|
||||||
sed -i 's/daddr_t/uint32_t/g' kpartx/solaris.c
|
sed -i 's/daddr_t/uint32_t/g' kpartx/solaris.c
|
||||||
|
|
Loading…
Add table
Reference in a new issue