gdb: needs host python now.
This commit is contained in:
parent
180094fa2d
commit
0e964b7bca
|
@ -7,7 +7,7 @@ build_style=gnu-configure
|
||||||
configure_args="--disable-werror --disable-nls --with-system-readline
|
configure_args="--disable-werror --disable-nls --with-system-readline
|
||||||
--with-system-gdbinit=/etc/gdb/gdbinit $(vopt_enable gdbserver)
|
--with-system-gdbinit=/etc/gdb/gdbinit $(vopt_enable gdbserver)
|
||||||
$(vopt_if static 'CFLAGS=-static') $(vopt_with python)"
|
$(vopt_if static 'CFLAGS=-static') $(vopt_with python)"
|
||||||
hostmakedepends="perl"
|
hostmakedepends="perl $(vopt_if python python-devel)"
|
||||||
makedepends="ncurses-devel zlib-devel readline-devel $(vopt_if python python-devel)"
|
makedepends="ncurses-devel zlib-devel readline-devel $(vopt_if python python-devel)"
|
||||||
short_desc="The GNU Debugger"
|
short_desc="The GNU Debugger"
|
||||||
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
||||||
|
|
Loading…
Reference in New Issue