diff options
-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 |