From 38dacf405de6011a23e3c0e9748a4b968c353d53 Mon Sep 17 00:00:00 2001 From: Juan RP Date: Sun, 28 Feb 2016 09:14:04 +0100 Subject: [PATCH] gdb: update to 7.11. --- srcpkgs/gdb/patches/mips.patch | 11 ----------- srcpkgs/gdb/template | 6 +++--- 2 files changed, 3 insertions(+), 14 deletions(-) delete mode 100644 srcpkgs/gdb/patches/mips.patch diff --git a/srcpkgs/gdb/patches/mips.patch b/srcpkgs/gdb/patches/mips.patch deleted file mode 100644 index 63d6a16a5d5..00000000000 --- a/srcpkgs/gdb/patches/mips.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- a/gdb/mips-linux-nat.c -+++ b/gdb/mips-linux-nat.c -@@ -31,7 +31,7 @@ - #include "gdb_proc_service.h" - #include "gregset.h" - --#include -+#include - #include - #include - diff --git a/srcpkgs/gdb/template b/srcpkgs/gdb/template index c70834e2ca1..f9fd86c4c0d 100644 --- a/srcpkgs/gdb/template +++ b/srcpkgs/gdb/template @@ -1,11 +1,11 @@ # Template file for 'gdb' pkgname=gdb -version=7.10.1 +version=7.11 revision=1 patch_args="-Np1" build_style=gnu-configure configure_args="--disable-werror --disable-nls --with-system-readline - --with-system-gdbinit=/etc/gdb/gdbinit $(vopt_enable gdbserver) + --with-system-gdbinit=/etc/gdb/gdbinit --with-system-zlib $(vopt_enable gdbserver) $(vopt_if static 'CFLAGS=-static') $(vopt_with python)" hostmakedepends="perl $(vopt_if python python-devel)" makedepends="ncurses-devel zlib-devel readline-devel expat-devel $(vopt_if python python-devel)" @@ -14,7 +14,7 @@ maintainer="Juan RP " homepage="http://www.gnu.org/software/gdb/" license="GPL-3" distfiles="${GNU_SITE}/$pkgname/$pkgname-$version.tar.xz" -checksum=25c72f3d41c7c8554d61cacbeacd5f40993276d2ccdec43279ac546e3993d6d5 +checksum=7a434116cb630d77bb40776e8f5d3937bed11dea56bafebb4d2bc5dd389fe5c1 # Else build on musl breaks... # http://build.voidlinux.eu/builders/x86_64-musl_builder/builds/5766 disable_parallel_build=yes