Remove deprecated build option --with-system-ffi
Thank you, KamranMackey, for pointing this one out.
This commit is contained in:
parent
b4d498acc8
commit
104146f390
2
.SRCINFO
2
.SRCINFO
|
@ -22,7 +22,7 @@ pkgbase = python36
|
||||||
optdepends = sqlite
|
optdepends = sqlite
|
||||||
options = !makeflags
|
options = !makeflags
|
||||||
source = http://www.python.org/ftp/python/3.6.0/Python-3.6.0b3.tar.xz
|
source = http://www.python.org/ftp/python/3.6.0/Python-3.6.0b3.tar.xz
|
||||||
sha256sums = 3afd4544b99933275c513f7c3d3a23e183de8e209709ed8785bbd42e2c4869ea
|
sha256sums = b417a9024c8e5221c8b6bc154dd8e776653aed9d650f8e0d85d8ec82bf5c8fa5
|
||||||
|
|
||||||
pkgname = python36
|
pkgname = python36
|
||||||
|
|
||||||
|
|
1
PKGBUILD
1
PKGBUILD
|
@ -41,7 +41,6 @@ build() {
|
||||||
--enable-ipv6 \
|
--enable-ipv6 \
|
||||||
--with-system-expat \
|
--with-system-expat \
|
||||||
--with-dbmliborder=gdbm:ndbm \
|
--with-dbmliborder=gdbm:ndbm \
|
||||||
--with-system-ffi \
|
|
||||||
--with-system-libmpdec \
|
--with-system-libmpdec \
|
||||||
--enable-loadable-sqlite-extensions \
|
--enable-loadable-sqlite-extensions \
|
||||||
--without-ensurepip
|
--without-ensurepip
|
||||||
|
|
Loading…
Reference in New Issue