Skip to content

Update gdb #1341

Merged
merged 2 commits into from Sep 24, 2019
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
4 changes: 2 additions & 2 deletions 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"

Expand All @@ -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() {
Expand Down