mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
edb-debugger: update to 1.2.0
This commit is contained in:
parent
2d470a0a1a
commit
294e27b0a9
2 changed files with 6 additions and 5 deletions
|
@ -4,13 +4,13 @@ Reason: fixes compilation by avoiding using __ptrace_request as an enum.
|
||||||
|
|
||||||
--- plugins/DebuggerCore/unix/linux/arch/x86-generic/PlatformThread.cpp
|
--- plugins/DebuggerCore/unix/linux/arch/x86-generic/PlatformThread.cpp
|
||||||
+++ plugins/DebuggerCore/unix/linux/arch/x86-generic/PlatformThread.cpp
|
+++ plugins/DebuggerCore/unix/linux/arch/x86-generic/PlatformThread.cpp
|
||||||
@@ -34,6 +34,9 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
|
@@ -33,6 +33,10 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||||
#include <sys/ptrace.h>
|
#include <sys/ptrace.h>
|
||||||
#include <sys/user.h>
|
#include <sys/user.h>
|
||||||
|
|
||||||
+#ifndef __GLIBC__
|
+#ifndef __GLIBC__
|
||||||
+#define __ptrace_request int
|
+#define __ptrace_request int
|
||||||
+#endif
|
+#endif
|
||||||
|
+
|
||||||
// doesn't always seem to be defined in the headers
|
// doesn't always seem to be defined in the headers
|
||||||
#ifndef PTRACE_GET_THREAD_AREA
|
#ifndef PTRACE_GET_THREAD_AREA
|
||||||
|
|
|
@ -1,8 +1,9 @@
|
||||||
# Template file for 'edb-debugger'
|
# Template file for 'edb-debugger'
|
||||||
pkgname=edb-debugger
|
pkgname=edb-debugger
|
||||||
version=1.0.0
|
version=1.2.0
|
||||||
revision=3
|
revision=1
|
||||||
archs="x86_64* i686*"
|
archs="x86_64* i686*"
|
||||||
|
wrksrc="edb-debugger"
|
||||||
build_style=cmake
|
build_style=cmake
|
||||||
hostmakedepends='pkg-config'
|
hostmakedepends='pkg-config'
|
||||||
makedepends="capstone-devel graphviz-devel boost-devel qt5-devel qt5-xmlpatterns-devel qt5-svg-devel"
|
makedepends="capstone-devel graphviz-devel boost-devel qt5-devel qt5-xmlpatterns-devel qt5-svg-devel"
|
||||||
|
@ -11,4 +12,4 @@ maintainer="DirectorX <void.directorx@protonmail.com>"
|
||||||
license="GPL-2.0-or-later"
|
license="GPL-2.0-or-later"
|
||||||
homepage="https://github.com/eteran/edb-debugger"
|
homepage="https://github.com/eteran/edb-debugger"
|
||||||
distfiles="${homepage}/releases/download/${version}/${pkgname}-${version}.tgz"
|
distfiles="${homepage}/releases/download/${version}/${pkgname}-${version}.tgz"
|
||||||
checksum=fab87541042df79ea63254e371d81b84d6b72f78141a6ab92512610ed2b7dfac
|
checksum=96f8ee00c5983e6a4e108a0d738464e8b74da187018229334b498c80e7fe4917
|
||||||
|
|
Loading…
Add table
Reference in a new issue