gdb: update to 7.8.
This commit is contained in:
parent
2606c43f61
commit
0a593736c9
|
@ -1,10 +0,0 @@
|
|||
--- gdb-7.6.2.org/gdb/common/linux-ptrace.h
|
||||
+++ gdb-7.6.2/gdb/common/linux-ptrace.h
|
||||
@@ -67,6 +67,7 @@
|
||||
#define __WALL 0x40000000 /* Wait for any child. */
|
||||
#endif
|
||||
|
||||
+#include <unistd.h> /* for pid_t */
|
||||
extern void linux_ptrace_attach_warnings (pid_t pid, struct buffer *buffer);
|
||||
extern void linux_ptrace_init_warnings (void);
|
||||
|
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'gdb'
|
||||
pkgname=gdb
|
||||
version=7.7.1
|
||||
revision=4
|
||||
version=7.8
|
||||
revision=1
|
||||
patch_args="-Np1"
|
||||
build_style=gnu-configure
|
||||
configure_args="--disable-werror --disable-nls --with-system-readline --with-system-gdbinit=/etc/gdb/gdbinit"
|
||||
|
@ -12,8 +12,8 @@ short_desc="The GNU Debugger"
|
|||
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||
homepage="http://www.gnu.org/software/gdb/"
|
||||
license="GPL-3"
|
||||
distfiles="http://ftp.gnu.org/gnu/gdb/gdb-$version.tar.bz2"
|
||||
checksum=0dbd5260406f1b0c70fcf027c6488527fadde0cd9bb574593491fe076eb03aa5
|
||||
distfiles="http://ftp.gnu.org/gnu/gdb/gdb-$version.tar.xz"
|
||||
checksum=49c4abe174f79f54e1f9e75210ffb590d9b497d5b5200b5398c0e073a4ecb875
|
||||
|
||||
# Package build options
|
||||
build_options="gdbserver static"
|
||||
|
|
Loading…
Reference in New Issue