diff --git a/gdb.be0 b/gdb.be0 index 96534beba..e4a497a98 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" @@ -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() {