gdb: mark as broken on aarch64-musl

This commit is contained in:
maxice8 2018-08-01 12:58:17 -03:00
parent 8f2f5b63bb
commit 319f77f17d

View file

@ -18,6 +18,10 @@ homepage="https://www.gnu.org/software/gdb/"
distfiles="${GNU_SITE}/${pkgname}/${pkgname}-${version}.tar.xz"
checksum=97dcc3169bd430270fc29adb65145846a58c1b55cdbb73382a4a89307bdad03c
case "$XBPS_TARGET_MACHINE" in
aarch64*) broken="/builddir/gdb-8.1.1/gdb/gdbserver/../common/common-utils.c:419: undefined reference to rpl_stat" ;;
esac
if [ "${CROSS_BUILD}" ]; then
# Make python2.7 detection work in cross builds
CFLAGS+=" -I${XBPS_CROSS_BASE}/usr/include/python3.6m"