gdb: needs texinfo in host.
This commit is contained in:
parent
3f761eaea1
commit
b59ead2ce2
1 changed files with 1 additions and 1 deletions
|
@ -8,7 +8,7 @@ configure_args="--disable-werror --disable-nls --with-system-readline
|
|||
--with-system-gdbinit=/etc/gdb/gdbinit --with-system-zlib $(vopt_enable gdbserver)
|
||||
$(vopt_if static 'CFLAGS=-static CXXFLAGS=-static LDFLAGS=-static')
|
||||
$(vopt_if python --with-python=/usr/bin/python3)"
|
||||
hostmakedepends="perl $(vopt_if python python3-devel)"
|
||||
hostmakedepends="texinfo perl $(vopt_if python python3-devel)"
|
||||
makedepends="ncurses-devel zlib-devel readline-devel expat-devel $(vopt_if python 'python3-devel gettext-libs')"
|
||||
short_desc="GNU Debugger"
|
||||
maintainer="Anthony Iliopoulos <ailiop@altatus.com>"
|
||||
|
|
Loading…
Add table
Reference in a new issue