gdb: update to 8.0.

This commit is contained in:
Juan RP 2017-06-05 09:39:45 +02:00
parent 9db485d505
commit 0adf2c8476

View file

@ -1,7 +1,7 @@
# Template file for 'gdb' # Template file for 'gdb'
pkgname=gdb pkgname=gdb
version=7.12.1 version=8.0
revision=2 revision=1
patch_args="-Np1" patch_args="-Np1"
build_style=gnu-configure build_style=gnu-configure
pycompile_dirs="/usr/share/gdb" pycompile_dirs="/usr/share/gdb"
@ -15,10 +15,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=4607680b973d3ec92c30ad029f1b7dbde3876869e6b3a117d8a7e90081113186 checksum=f6a24ffe4917e67014ef9273eb8b547cb96a13e5ca74895b06d683b391f3f4ee
# Else build on musl breaks...
# http://build.voidlinux.eu/builders/x86_64-musl_builder/builds/5766
disable_parallel_build=yes
if [ "${CROSS_BUILD}" ]; then if [ "${CROSS_BUILD}" ]; then
# Make python2.7 detection work in cross builds # Make python2.7 detection work in cross builds