From bd5c96f46e4bf4ebcf8df1b4d6977709646e6129 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=B6ren=20Tempel?= Date: Mon, 29 Feb 2016 23:17:20 +0100 Subject: main/gdb: use system zlib --- main/gdb/APKBUILD | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'main/gdb') diff --git a/main/gdb/APKBUILD b/main/gdb/APKBUILD index 2d90fe20aa..3b7b80aba3 100644 --- a/main/gdb/APKBUILD +++ b/main/gdb/APKBUILD @@ -1,14 +1,14 @@ # Maintainer: Natanael Copa pkgname=gdb pkgver=7.11 -pkgrel=0 +pkgrel=1 pkgdesc="The GNU Debugger" url="http://sources.redhat.com/gdb/" arch="all" license="GPL3" depends= makedepends="ncurses-dev expat-dev texinfo readline-dev python-dev - autoconf automake libtool linux-headers" + zlib-dev autoconf automake libtool linux-headers" subpackages="$pkgname-doc" source="http://ftp.gnu.org/gnu/$pkgname/$pkgname-$pkgver.tar.xz " @@ -41,6 +41,9 @@ build () { # use system readline if not cross compiling [ "$CBUILD" = "$CHOST" ] && _config="$_config --with-system-readline" + # 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" -- cgit v1.2.3