qtox: fix armv6l
This commit is contained in:
parent
cda72b713e
commit
b5f748b47d
1 changed files with 6 additions and 1 deletions
|
@ -20,6 +20,11 @@ distfiles="https://github.com/qTox/qTox/archive/v${version}.tar.gz"
|
||||||
checksum=44a60174b0582f9d04c132dd4de663b7d67e2d68fee55912c6449a07389d8486
|
checksum=44a60174b0582f9d04c132dd4de663b7d67e2d68fee55912c6449a07389d8486
|
||||||
|
|
||||||
case "$XBPS_TARGET_MACHINE" in
|
case "$XBPS_TARGET_MACHINE" in
|
||||||
armv6*) broken="https://build.voidlinux.eu/builders/armv6l-musl_builder/builds/6098/steps/shell_3/logs/stdio"
|
armv6*) makedepends+=" libatomic-devel"
|
||||||
esac
|
esac
|
||||||
|
|
||||||
|
pre_configure() {
|
||||||
|
case "$XBPS_TARGET_MACHINE" in
|
||||||
|
armv6*) sed -i "s/${ALL_LIBRARIES})/atomic \0/" CMakeLists.txt
|
||||||
|
esac
|
||||||
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue