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
1c07502f3e
commit
809507ef3e
1 changed files with 1 additions and 1 deletions
|
@ -8,6 +8,7 @@
|
||||||
# ALARM: Kevin Mihelich <kevin@archlinuxarm.org>
|
# ALARM: Kevin Mihelich <kevin@archlinuxarm.org>
|
||||||
# - removed valgrind from makedepends
|
# - removed valgrind from makedepends
|
||||||
# - configure with --without-lto
|
# - configure with --without-lto
|
||||||
|
# - don't configure with --enable-optimizations - PGO kills builds
|
||||||
|
|
||||||
pkgname=python
|
pkgname=python
|
||||||
pkgver=3.6.4
|
pkgver=3.6.4
|
||||||
|
@ -59,7 +60,6 @@ build() {
|
||||||
--enable-shared \
|
--enable-shared \
|
||||||
--with-threads \
|
--with-threads \
|
||||||
--with-computed-gotos \
|
--with-computed-gotos \
|
||||||
--enable-optimizations \
|
|
||||||
--without-lto \
|
--without-lto \
|
||||||
--enable-ipv6 \
|
--enable-ipv6 \
|
||||||
--with-system-expat \
|
--with-system-expat \
|
||||||
|
|
Loading…
Reference in a new issue