Skip to content

Commit

Permalink
Merge pull request #1383 from mariux64/rebuild-gdb
Browse files Browse the repository at this point in the history
gdb: Rebuild
  • Loading branch information
pmenzel authored Oct 2, 2019
2 parents a93d1d5 + 1907b76 commit a4b0a74
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 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-0
# BEE_VERSION gdb-8.3.1-1

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

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

mee_configure() {
bee_configure --with-python=/usr/local/system/python2
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"
}

#mee_build() {
Expand Down

0 comments on commit a4b0a74

Please sign in to comment.