Add fix for some systems
This commit is contained in:
parent
510d7ee0a3
commit
6ff8a909ef
3
PKGBUILD
3
PKGBUILD
@ -3,7 +3,7 @@
|
|||||||
|
|
||||||
pkgname=python39
|
pkgname=python39
|
||||||
pkgver=3.9.10
|
pkgver=3.9.10
|
||||||
pkgrel=2
|
pkgrel=3
|
||||||
_pyminver=9
|
_pyminver=9
|
||||||
_pymajver=3
|
_pymajver=3
|
||||||
_pybasever=3.9
|
_pybasever=3.9
|
||||||
@ -48,6 +48,7 @@ build() {
|
|||||||
cd "${srcdir}/Python-${pkgver}"
|
cd "${srcdir}/Python-${pkgver}"
|
||||||
CFLAGS="${CFLAGS} -fno-semantic-interposition"
|
CFLAGS="${CFLAGS} -fno-semantic-interposition"
|
||||||
|
|
||||||
|
export ax_cv_c_float_words_bigendian=no
|
||||||
./configure --prefix=/usr \
|
./configure --prefix=/usr \
|
||||||
--enable-shared \
|
--enable-shared \
|
||||||
--with-computed-gotos \
|
--with-computed-gotos \
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user