libsmbios: mark as broken on musl arches.

This commit is contained in:
maxice8 2017-11-30 22:06:31 -02:00 committed by Toyam Cox
parent b9528f1501
commit 91e60151b8
1 changed files with 5 additions and 0 deletions

View File

@ -15,6 +15,11 @@ checksum=272ba8c9fa4a468938b8fa81b23a09c72acc97371f3be7c882bb222c1ae7157d
only_for_archs="i686 i686-musl x86_64 x86_64-musl"
case "$XBPS_TARGET_MACHINE" in
*-musl )
broken="requires glibc specific outb_p and inb_p" ;;
esac
pre_configure() {
autoreconf -fi
}