gdb: update to 7.9.1.
This commit is contained in:
parent
2b4bf72b7c
commit
f277516a59
1 changed files with 3 additions and 3 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'gdb'
|
# Template file for 'gdb'
|
||||||
pkgname=gdb
|
pkgname=gdb
|
||||||
version=7.9
|
version=7.9.1
|
||||||
revision=2
|
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
|
||||||
|
@ -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="http://ftp.gnu.org/gnu/gdb/gdb-$version.tar.xz"
|
distfiles="http://ftp.gnu.org/gnu/gdb/gdb-$version.tar.xz"
|
||||||
checksum=9b315651a16528f7af8c7d8284699fb0c965df316cc7339bb0b7bae335848392
|
checksum=cd9c543a411a05b2b647dd38936034b68c2b5d6f10e0d51dc168c166c973ba40
|
||||||
|
|
||||||
# Package build options
|
# Package build options
|
||||||
build_options="gdbserver static python"
|
build_options="gdbserver static python"
|
||||||
|
|
Loading…
Reference in a new issue