gdb: needs perl to generate the manpages.
This commit is contained in:
parent
cbdd51169f
commit
a2b30fc287
1 changed files with 2 additions and 1 deletions
|
@ -1,10 +1,11 @@
|
||||||
# Template file for 'gdb'
|
# Template file for 'gdb'
|
||||||
pkgname=gdb
|
pkgname=gdb
|
||||||
version=7.8
|
version=7.8
|
||||||
revision=1
|
revision=2
|
||||||
patch_args="-Np1"
|
patch_args="-Np1"
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--disable-werror --disable-nls --with-system-readline --with-system-gdbinit=/etc/gdb/gdbinit"
|
configure_args="--disable-werror --disable-nls --with-system-readline --with-system-gdbinit=/etc/gdb/gdbinit"
|
||||||
|
hostmakedepends="perl"
|
||||||
makedepends="ncurses-devel zlib-devel readline-devel>=6.3"
|
makedepends="ncurses-devel zlib-devel readline-devel>=6.3"
|
||||||
conf_files="/etc/gdb/gdbinit"
|
conf_files="/etc/gdb/gdbinit"
|
||||||
pycompile_dirs="usr/share/gdb/python/gdb"
|
pycompile_dirs="usr/share/gdb/python/gdb"
|
||||||
|
|
Loading…
Reference in a new issue