tbb: mark as broken on *-musl

This commit is contained in:
maxice8 2018-10-05 13:21:46 -03:00
parent 4e367aa850
commit 28f24efdaa
No known key found for this signature in database
GPG Key ID: 543B9D4F4299F06B
1 changed files with 3 additions and 0 deletions

View File

@ -16,6 +16,9 @@ checksum=a4875c6b6853213083e52ecd303546bdf424568ec67cfc7e51d132a7c037c66a
only_for_archs="i686-musl x86_64-musl armv7l-musl aarch64-musl i686 x86_64 armv7l aarch64"
case "$XBPS_TARGET_MACHINE" in
*-musl)
broken="../../src/tbbmalloc/proxy.cpp:31:47: error: missing binary operator before token ("
;;
armv7l*)
make_build_args="arch=armv7"
;;