gdb: remove unexistent conf file.
This commit is contained in:
parent
0b2a7f39f3
commit
a857791b21
1 changed files with 1 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'gdb'
|
||||
pkgname=gdb
|
||||
version=7.9
|
||||
revision=1
|
||||
revision=2
|
||||
patch_args="-Np1"
|
||||
build_style=gnu-configure
|
||||
configure_args="--disable-werror --disable-nls --with-system-readline
|
||||
|
@ -9,7 +9,6 @@ configure_args="--disable-werror --disable-nls --with-system-readline
|
|||
$(vopt_if static 'CFLAGS=-static') $(vopt_with python)"
|
||||
hostmakedepends="perl"
|
||||
makedepends="ncurses-devel zlib-devel readline-devel $(vopt_if python python-devel)"
|
||||
conf_files="/etc/gdb/gdbinit"
|
||||
short_desc="The GNU Debugger"
|
||||
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
||||
homepage="http://www.gnu.org/software/gdb/"
|
||||
|
|
Loading…
Reference in a new issue