freeipmi: fix aarch64

This commit is contained in:
Alessio Sergi 2017-06-25 00:18:39 +02:00
parent 8ca9eeeeb9
commit 092a7a0cb1
1 changed files with 4 additions and 0 deletions

View File

@ -15,6 +15,10 @@ homepage="http://www.gnu.org/software/freeipmi/"
distfiles="${GNU_SITE}/${pkgname}/${pkgname}-${version}.tar.gz"
checksum=ae20b98d145b6316c4231903a64a96954bdd718e74fc4e6cec2cd0b63edcff53
case "$XBPS_TARGET_MACHINE" in
aarch64) configure_args+=" ac_cv_header_sys_io_h=no";;
esac
post_install() {
rm -rf ${DESTDIR}/etc/{sysconfig,init.d}
vsv ipmiseld