mirror of
https://github.com/void-linux/void-packages.git
synced 2025-04-16 14:17:02 +02:00
gdb: update to 16.1.
This commit is contained in:
parent
20235bee95
commit
bdb9d5193a
2 changed files with 3 additions and 24 deletions
|
@ -1,21 +0,0 @@
|
|||
relevant bug:
|
||||
https://sourceware.org/bugzilla/show_bug.cgi?id=23616
|
||||
|
||||
diff --git a/gdbsupport/signals.cc b/gdbsupport/signals.cc
|
||||
index 485e0f0..ab8d454 100644
|
||||
--- a/gdbsupport/signals.cc
|
||||
+++ b/gdbsupport/signals.cc
|
||||
@@ -31,6 +31,13 @@ struct gdbarch;
|
||||
_available_ realtime signal, not the lowest supported; glibc takes
|
||||
several for its own use. */
|
||||
|
||||
+#ifndef __SIGRTMIN
|
||||
+# define __SIGRTMIN 32
|
||||
+#endif
|
||||
+#ifndef __SIGRTMAX
|
||||
+# define __SIGRTMAX _NSIG
|
||||
+#endif
|
||||
+
|
||||
#ifndef REALTIME_LO
|
||||
# if defined(__SIGRTMIN)
|
||||
# define REALTIME_LO __SIGRTMIN
|
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'gdb'
|
||||
pkgname=gdb
|
||||
version=15.2
|
||||
revision=2
|
||||
version=16.1
|
||||
revision=1
|
||||
build_style=gnu-configure
|
||||
pycompile_dirs="/usr/share/gdb/python"
|
||||
configure_args="--disable-werror --disable-nls --with-system-readline
|
||||
|
@ -22,7 +22,7 @@ license="GPL-3.0-or-later"
|
|||
homepage="https://www.gnu.org/software/gdb"
|
||||
changelog="https://sourceware.org/git/?p=binutils-gdb.git;a=blob_plain;f=gdb/NEWS;hb=HEAD"
|
||||
distfiles="${GNU_SITE}/gdb/gdb-${version}.tar.xz"
|
||||
checksum=83350ccd35b5b5a0cba6b334c41294ea968158c573940904f00b92f76345314d
|
||||
checksum=c2cc5ccca029b7a7c3879ce8a96528fdfd056b4d884f2b0511e8f7bc723355c6
|
||||
make_check=extended # Tests take too long, not all of them pass.
|
||||
|
||||
python_version="3"
|
||||
|
|
Loading…
Add table
Reference in a new issue