From ab6dc9327e1f4c92f34cfbb608ec50f8bfb994a5 Mon Sep 17 00:00:00 2001 From: Donald Buczek Date: Tue, 24 Sep 2019 12:47:01 +0200 Subject: [PATCH 1/2] gdb: Update version from 8.2 to 8.3.1 --- gdb.be0 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gdb.be0 b/gdb.be0 index 96534beba..d05c64957 100755 --- a/gdb.be0 +++ b/gdb.be0 @@ -1,6 +1,6 @@ #!/usr/bin/env beesh -# BEE_VERSION gdb-8.2-0 +# BEE_VERSION gdb-8.3.1-0 SRCURL[0]="http://ftp.gnu.org/gnu/gdb/gdb-${PKGVERSION}.tar.xz" From a0faf9787b360296181c3995390c3ac853c6b7d1 Mon Sep 17 00:00:00 2001 From: Donald Buczek Date: Tue, 24 Sep 2019 12:47:57 +0200 Subject: [PATCH 2/2] gdb: Enable Python ABI Enable Python ABI. This is useful for kernel debugging, the linux source includes some gdb extensions written in Python. --- gdb.be0 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gdb.be0 b/gdb.be0 index d05c64957..e4a497a98 100755 --- a/gdb.be0 +++ b/gdb.be0 @@ -20,7 +20,7 @@ SRCURL[0]="http://ftp.gnu.org/gnu/gdb/gdb-${PKGVERSION}.tar.xz" #} mee_configure() { - bee_configure --with-python=no + bee_configure --with-python=/usr/local/system/python2 } #mee_build() {