From 3bc89bffe7ffa8710beefc212ba4d61acc78f73a Mon Sep 17 00:00:00 2001 From: Drew DeVault Date: Tue, 23 Jan 2018 19:36:39 -0500 Subject: main/gdb: enable gdbserver It compiles with musl now. --- main/gdb/APKBUILD | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) (limited to 'main/gdb') diff --git a/main/gdb/APKBUILD b/main/gdb/APKBUILD index f11541547c..62ba1ddbc5 100644 --- a/main/gdb/APKBUILD +++ b/main/gdb/APKBUILD @@ -1,7 +1,7 @@ # Maintainer: Natanael Copa pkgname=gdb pkgver=8.0.1 -pkgrel=4 +pkgrel=5 pkgdesc="The GNU Debugger" url="https://www.sourceware.org/gdb/" arch="all" @@ -37,11 +37,8 @@ build () { # use system zlib if not cross compiling [ "$CBUILD" = "$CHOST" ] && _config="$_config --with-system-zlib" - # gdb server does not compile with musl - [ "$CTARGET_LIBC" = musl ] && _config="$_config --disable-gdbserver" - - # avoid generation of mangled and non-mangled objects on ppc64 - [ "$CARCH" = ppc64le ] && _config="$_config --enable-build-with-cxx=no" + # avoid generation of mangled and non-mangled objects on ppc64 + [ "$CARCH" = ppc64le ] && _config="$_config --enable-build-with-cxx=no" ./configure $_config || return 1 (cd opcodes && ./configure $_config) || return 1 -- cgit v1.2.3