encfs: add missing libatomic for armv[56]l
This commit is contained in:
parent
406b92bc66
commit
0029766fbc
1 changed files with 3 additions and 0 deletions
|
@ -16,6 +16,9 @@ checksum=4709f05395ccbad6c0a5b40a4619d60aafe3473b1a79bafb3aa700b1f756fd63
|
|||
# Can't run test programs when cross compiling
|
||||
if [ "$CROSS_BUILD" ]; then
|
||||
configure_args="-DBUILD_UNIT_TESTS=0"
|
||||
case "${XBPS_TARGET_MACHINE}" in
|
||||
armv[56]*) makedepends+=" libatomic-devel"; LDFLAGS="-latomic" ;;
|
||||
esac
|
||||
fi
|
||||
|
||||
post_install() {
|
||||
|
|
Loading…
Reference in a new issue