mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-01-17 23:34:07 +00:00
extra/python fix
This commit is contained in:
parent
06c57c660f
commit
cc4a76e034
1 changed files with 2 additions and 1 deletions
|
@ -7,6 +7,7 @@
|
|||
|
||||
# ALARM: Kevin Mihelich <kevin@archlinuxarm.org>
|
||||
# - removed valgrind from makedepends
|
||||
# - configure with --without-lto
|
||||
|
||||
pkgname=python
|
||||
pkgver=3.6.0
|
||||
|
@ -59,7 +60,7 @@ build() {
|
|||
--with-threads \
|
||||
--with-computed-gotos \
|
||||
--enable-optimizations \
|
||||
--with-lto \
|
||||
--without-lto \
|
||||
--enable-ipv6 \
|
||||
--with-system-expat \
|
||||
--with-dbmliborder=gdbm:ndbm \
|
||||
|
|
Loading…
Reference in a new issue