Skip to content

Commit

Permalink
Merge pull request #2018 from mariux64/update-gdb
Browse files Browse the repository at this point in the history
Update gdb
  • Loading branch information
donald authored Dec 12, 2020
2 parents 3ad1bf5 + 08cc4cb commit 86b534b
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions gdb.be0
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/usr/bin/env beesh

# BEE_VERSION gdb-8.3.1-1
# BEE_VERSION gdb-10.1-0

SRCURL[0]="http://ftp.gnu.org/gnu/gdb/gdb-${PKGVERSION}.tar.xz"

Expand All @@ -20,9 +20,10 @@ SRCURL[0]="http://ftp.gnu.org/gnu/gdb/gdb-${PKGVERSION}.tar.xz"
#}

mee_configure() {
bee_configure --with-python=/usr/local/system/python2 \
CFLAGS="-L/usr/local/system/python2/lib -Wl,-rpath=/usr/local/system/python2/lib" \
CXXFLAGS="-L/usr/local/system/python2/lib -Wl,-rpath=/usr/local/system/python2/lib"

bee_configure \
CPPFLAGS="-I/usr/local/system/python3/include/python3.7m" \
LDFLAGS="-L/usr/local/system/python3/lib -Wl,-rpath=/usr/local/system/python3/lib -lpython3.7m"
}

#mee_build() {
Expand Down

0 comments on commit 86b534b

Please sign in to comment.