diff options
author | Francesco Colista <fcolista@alpinelinux.org> | 2017-12-18 19:03:13 +0000 |
---|---|---|
committer | Francesco Colista <fcolista@alpinelinux.org> | 2017-12-18 19:03:13 +0000 |
commit | 5d821b23237fe9d1d5809fa63ea255daaf39fb42 (patch) | |
tree | 3640b7b2463d70bea43c2052445f144c26ef69e8 /main/gdb | |
parent | 09633fe00cc935dfce072fd7e5877654493d9c9a (diff) | |
download | aports-5d821b23237fe9d1d5809fa63ea255daaf39fb42.tar.bz2 aports-5d821b23237fe9d1d5809fa63ea255daaf39fb42.tar.xz |
main/gdb: fixed support for python3. Fixes #8306
Diffstat (limited to 'main/gdb')
-rw-r--r-- | main/gdb/APKBUILD | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/main/gdb/APKBUILD b/main/gdb/APKBUILD index ce999125f9..1b479a1a9d 100644 --- a/main/gdb/APKBUILD +++ b/main/gdb/APKBUILD @@ -1,7 +1,7 @@ # Maintainer: Natanael Copa <ncopa@alpinelinux.org> pkgname=gdb pkgver=8.0.1 -pkgrel=3 +pkgrel=4 pkgdesc="The GNU Debugger" url="https://www.sourceware.org/gdb/" arch="all" @@ -25,6 +25,7 @@ build () { --prefix=/usr --target=$CTARGET --with-build-sysroot=$CBUILDROOT + --with-python=/usr/bin/python3 --disable-nls --disable-werror --mandir=/usr/share/man |