gdb: update to 7.11.

This commit is contained in:
Juan RP 2016-02-28 09:14:04 +01:00
parent 8ab52adb20
commit 38dacf405d
2 changed files with 3 additions and 14 deletions

View file

@ -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 <sgidefs.h>
+#include <asm/sgidefs.h>
#include <sys/ptrace.h>
#include <asm/ptrace.h>

View file

@ -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 <xtraeme@voidlinux.eu>"
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