libsmbios: mark as broken on musl arches.
This commit is contained in:
parent
b9528f1501
commit
91e60151b8
1 changed files with 5 additions and 0 deletions
|
@ -15,6 +15,11 @@ checksum=272ba8c9fa4a468938b8fa81b23a09c72acc97371f3be7c882bb222c1ae7157d
|
||||||
|
|
||||||
only_for_archs="i686 i686-musl x86_64 x86_64-musl"
|
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() {
|
pre_configure() {
|
||||||
autoreconf -fi
|
autoreconf -fi
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue