strace: disable libunwind on aarch64.

This commit is contained in:
Christian Neukirchen 2015-06-06 19:29:54 +00:00
parent 2f28ea55e3
commit 64e5470c08

View file

@ -13,6 +13,10 @@ license="BSD"
distfiles="${SOURCEFORGE_SITE}/$pkgname/$pkgname-$version.tar.xz"
checksum=e6180d866ef9e76586b96e2ece2bfeeb3aa23f5cc88153f76e9caedd65e40ee2
case "$XBPS_TARGET_MACHINE" in
aarch64*) configure_args=; makedepends= ;;
esac
pre_configure() {
sed -i -e 's/include <linux\/socket.h>/include <sys\/socket.h>/g' configure
case "$XBPS_TARGET_MACHINE" in