makedumpfile: broken for aarch64

This commit is contained in:
Jürgen Buchmüller 2018-01-29 22:42:24 +01:00
parent 7718b33896
commit 3f2121dffd

View file

@ -11,6 +11,10 @@ homepage="http://sourceforge.net/projects/makedumpfile/"
distfiles="${SOURCEFORGE_SITE}/${pkgname}/${pkgname}-${version}.tar.gz"
checksum=cb1afe2cf24147eac983694bfbcf8c1b149eeeb92289562d4d25fbe3b100b125
case "$XBPS_TARGET_MACHINE" in
aarch64) broken="https://build.voidlinux.eu/builders/aarch64_builder/builds/7860/steps/shell_3/logs/stdio";;
esac
post_extract() {
sed -i '/#define PAGESIZE/i#undef PAGESIZE' makedumpfile.h
sed -i '1i#include <limits.h>' common.h