From a0faf9787b360296181c3995390c3ac853c6b7d1 Mon Sep 17 00:00:00 2001 From: Donald Buczek Date: Tue, 24 Sep 2019 12:47:57 +0200 Subject: [PATCH] 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() {