mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-06 23:23:51 +02:00
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'
|
# Template file for 'gdb'
|
||||||
pkgname=gdb
|
pkgname=gdb
|
||||||
version=7.9
|
version=7.9
|
||||||
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
|
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)"
|
$(vopt_if static 'CFLAGS=-static') $(vopt_with python)"
|
||||||
hostmakedepends="perl"
|
hostmakedepends="perl"
|
||||||
makedepends="ncurses-devel zlib-devel readline-devel $(vopt_if python python-devel)"
|
makedepends="ncurses-devel zlib-devel readline-devel $(vopt_if python python-devel)"
|
||||||
conf_files="/etc/gdb/gdbinit"
|
|
||||||
short_desc="The GNU Debugger"
|
short_desc="The GNU Debugger"
|
||||||
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
||||||
homepage="http://www.gnu.org/software/gdb/"
|
homepage="http://www.gnu.org/software/gdb/"
|
||||||
|
|
Loading…
Add table
Reference in a new issue