gdb: avoid byte-compiling python2-only files
This commit is contained in:
parent
9f296db8c8
commit
5e89ef45f7
1 changed files with 2 additions and 2 deletions
|
@ -1,9 +1,9 @@
|
|||
# Template file for 'gdb'
|
||||
pkgname=gdb
|
||||
version=9.2
|
||||
revision=1
|
||||
revision=2
|
||||
build_style=gnu-configure
|
||||
pycompile_dirs="/usr/share/gdb"
|
||||
pycompile_dirs="/usr/share/gdb/python"
|
||||
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')
|
||||
|
|
Loading…
Reference in a new issue