xfsdump: broken on ppc

This commit is contained in:
q66 2020-01-02 04:24:40 +01:00
parent d25db841f3
commit 8a0ff279cb
1 changed files with 4 additions and 0 deletions

View File

@ -12,6 +12,10 @@ homepage="https://git.kernel.org/pub/scm/fs/xfs/xfsdump-dev.git/"
distfiles="${KERNEL_SITE}/utils/fs/xfs/xfsdump/xfsdump-${version}.tar.xz" distfiles="${KERNEL_SITE}/utils/fs/xfs/xfsdump/xfsdump-${version}.tar.xz"
checksum=ed14e67ae5b273c2698e767b43a46f033d361e540fe13feaaf9b110ee0edc585 checksum=ed14e67ae5b273c2698e767b43a46f033d361e540fe13feaaf9b110ee0edc585
case "$XBPS_TARGET_MACHINE" in
ppc*) broken="fails to build";;
esac
post_extract() { post_extract() {
sed -i 's/xfs_fsop_geom_v1_t/struct xfs_fsop_geom_v1/g' common/fs.c sed -i 's/xfs_fsop_geom_v1_t/struct xfs_fsop_geom_v1/g' common/fs.c
case "$XBPS_TARGET_MACHINE" in case "$XBPS_TARGET_MACHINE" in