strace: disable libunwind on aarch64.
This commit is contained in:
parent
2f28ea55e3
commit
64e5470c08
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue