From f70a1b3a681fc66083e86439b2747091d0301013 Mon Sep 17 00:00:00 2001 From: Alessio Sergi Date: Mon, 23 Jan 2017 12:51:57 +0100 Subject: [PATCH] gdb: update to 7.12.1 --- srcpkgs/gdb/template | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/srcpkgs/gdb/template b/srcpkgs/gdb/template index 26852f679f..efa36bdaaf 100644 --- a/srcpkgs/gdb/template +++ b/srcpkgs/gdb/template @@ -1,9 +1,10 @@ # Template file for 'gdb' pkgname=gdb -version=7.12 -revision=2 +version=7.12.1 +revision=1 patch_args="-Np1" build_style=gnu-configure +pycompile_dirs="/usr/share/gdb" configure_args="--disable-werror --disable-nls --with-system-readline --with-system-gdbinit=/etc/gdb/gdbinit --with-system-zlib $(vopt_enable gdbserver) $(vopt_if static 'CFLAGS=-static') $(vopt_with python)" @@ -14,7 +15,7 @@ maintainer="Juan RP " homepage="http://www.gnu.org/software/gdb/" license="GPL-3" distfiles="${GNU_SITE}/$pkgname/$pkgname-$version.tar.xz" -checksum=834ff3c5948b30718343ea57b11cbc3235d7995c6a4f3a5cecec8c8114164f94 +checksum=4607680b973d3ec92c30ad029f1b7dbde3876869e6b3a117d8a7e90081113186 # Else build on musl breaks... # http://build.voidlinux.eu/builders/x86_64-musl_builder/builds/5766 disable_parallel_build=yes