python3: force ac_cv_working_tzset=yes.
The check for it fails by default when cross-compiling, which results in missing time.tzset.
This commit is contained in:
parent
ead8384ec7
commit
6914ffca70
1 changed files with 3 additions and 2 deletions
|
@ -4,7 +4,7 @@
|
||||||
#
|
#
|
||||||
pkgname=python3
|
pkgname=python3
|
||||||
version=3.9.6
|
version=3.9.6
|
||||||
revision=1
|
revision=2
|
||||||
wrksrc="Python-${version}"
|
wrksrc="Python-${version}"
|
||||||
pycompile_dirs="usr/lib/python${version%.*}"
|
pycompile_dirs="usr/lib/python${version%.*}"
|
||||||
hostmakedepends="pkgconf"
|
hostmakedepends="pkgconf"
|
||||||
|
@ -49,7 +49,8 @@ do_configure() {
|
||||||
./configure ${configure_args} ${_args} \
|
./configure ${configure_args} ${_args} \
|
||||||
--enable-shared --enable-ipv6 --enable-loadable-sqlite-extensions \
|
--enable-shared --enable-ipv6 --enable-loadable-sqlite-extensions \
|
||||||
--with-computed-gotos --with-dbmliborder=gdbm:ndbm \
|
--with-computed-gotos --with-dbmliborder=gdbm:ndbm \
|
||||||
--with-system-expat --with-system-ffi --without-ensurepip
|
--with-system-expat --with-system-ffi --without-ensurepip \
|
||||||
|
ac_cv_working_tzset=yes
|
||||||
}
|
}
|
||||||
|
|
||||||
do_build() {
|
do_build() {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue