kpartx: unbreak.

This commit is contained in:
Christian Neukirchen 2015-05-13 18:34:14 +02:00
parent 021f72b55f
commit 9da83b459e
1 changed files with 8 additions and 1 deletions

View File

@ -1,11 +1,13 @@
# Template file for 'kpartx'
pkgname=kpartx
version=0.5.0
revision=2
revision=3
wrksrc=multipath-tools-${version}
build_wrksrc=$pkgname
build_style=gnu-makefile
make_install_args="libudevdir=/usr/lib/udev bindir=/usr/bin"
CFLAGS="-D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DLIBDM_API_COOKIE"
LDFLAGS="-ldevmapper"
makedepends="device-mapper-devel"
short_desc="Create device maps from partition tables"
maintainer="Christian Neukirchen <chneukirchen@gmail.com>"
@ -13,3 +15,8 @@ license="GPL-2"
homepage="http://christophe.varoqui.free.fr/"
distfiles="http://christophe.varoqui.free.fr/multipath-tools/multipath-tools-${version}.tar.bz2"
checksum=f13cf1eb84e94e83b2019e68f7965526903c13e94246db43965d181668a0a6f9
post_extract() {
sed -i 's/daddr_t/uint32_t/g' kpartx/solaris.c
sed -i 's,<sysmacros.h>,<sys/sysmacros.h>,g' kpartx/lopart.c
}