fix the build of libunwind

This commit is contained in:
Sylvestre Ledru 2021-08-01 20:40:14 +02:00
parent 62bcced93d
commit cb191ac1b3

2
debian/rules vendored
View File

@ -189,7 +189,7 @@ endif
# Enable libunwind (or not)
LIBUNWIND_ENABLE=yes
ifneq (,$(filter $(DEB_HOST_ARCH), amd64 arm64 armhf i386 mips64el ppc64el ppc64 riscv64 sparc sparc64))
ifneq (,$(filter $(DEB_HOST_ARCH), s390x))
LIBUNWIND_ENABLE=no
else
PROJECTS+=;libunwind