mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-11 09:33:50 +02:00
gdb: fix static option.
This commit is contained in:
parent
236c970150
commit
eea34fabd6
1 changed files with 2 additions and 1 deletions
|
@ -7,7 +7,8 @@ build_style=gnu-configure
|
|||
pycompile_dirs="/usr/share/gdb"
|
||||
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') $(vopt_with python)"
|
||||
$(vopt_if static 'CFLAGS=-static CXXFLAGS=-static LDFLAGS=-static')
|
||||
$(vopt_with python)"
|
||||
hostmakedepends="perl $(vopt_if python python-devel)"
|
||||
makedepends="ncurses-devel zlib-devel readline-devel expat-devel $(vopt_if python python-devel)"
|
||||
short_desc="The GNU Debugger"
|
||||
|
|
Loading…
Add table
Reference in a new issue