mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-31 18:02:57 +02:00
gdb: update to 7.11.
This commit is contained in:
parent
8ab52adb20
commit
38dacf405d
2 changed files with 3 additions and 14 deletions
|
@ -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>
|
|
||||||
|
|
|
@ -1,11 +1,11 @@
|
||||||
# Template file for 'gdb'
|
# Template file for 'gdb'
|
||||||
pkgname=gdb
|
pkgname=gdb
|
||||||
version=7.10.1
|
version=7.11
|
||||||
revision=1
|
revision=1
|
||||||
patch_args="-Np1"
|
patch_args="-Np1"
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--disable-werror --disable-nls --with-system-readline
|
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)"
|
$(vopt_if static 'CFLAGS=-static') $(vopt_with python)"
|
||||||
hostmakedepends="perl $(vopt_if python python-devel)"
|
hostmakedepends="perl $(vopt_if python python-devel)"
|
||||||
makedepends="ncurses-devel zlib-devel readline-devel expat-devel $(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/"
|
homepage="http://www.gnu.org/software/gdb/"
|
||||||
license="GPL-3"
|
license="GPL-3"
|
||||||
distfiles="${GNU_SITE}/$pkgname/$pkgname-$version.tar.xz"
|
distfiles="${GNU_SITE}/$pkgname/$pkgname-$version.tar.xz"
|
||||||
checksum=25c72f3d41c7c8554d61cacbeacd5f40993276d2ccdec43279ac546e3993d6d5
|
checksum=7a434116cb630d77bb40776e8f5d3937bed11dea56bafebb4d2bc5dd389fe5c1
|
||||||
# Else build on musl breaks...
|
# Else build on musl breaks...
|
||||||
# http://build.voidlinux.eu/builders/x86_64-musl_builder/builds/5766
|
# http://build.voidlinux.eu/builders/x86_64-musl_builder/builds/5766
|
||||||
disable_parallel_build=yes
|
disable_parallel_build=yes
|
||||||
|
|
Loading…
Add table
Reference in a new issue