mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
python3-tkinter: enable optimizations.
Closes: #43791 [via git-merge-pr]
This commit is contained in:
parent
32af45391b
commit
ff915f0fd0
1 changed files with 2 additions and 2 deletions
|
@ -9,9 +9,9 @@ _desc="Python programming language"
|
||||||
|
|
||||||
pkgname=python3-tkinter
|
pkgname=python3-tkinter
|
||||||
version=3.11.4
|
version=3.11.4
|
||||||
revision=1
|
revision=2
|
||||||
build_style="gnu-configure"
|
build_style="gnu-configure"
|
||||||
configure_args="--enable-shared --enable-ipv6
|
configure_args="--enable-shared --enable-ipv6 --enable-optimizations
|
||||||
--enable-loadable-sqlite-extensions --with-computed-gotos
|
--enable-loadable-sqlite-extensions --with-computed-gotos
|
||||||
--with-dbmliborder=gdbm:ndbm --with-system-expat --with-system-ffi
|
--with-dbmliborder=gdbm:ndbm --with-system-expat --with-system-ffi
|
||||||
--without-ensurepip"
|
--without-ensurepip"
|
||||||
|
|
Loading…
Add table
Reference in a new issue