mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-28 13:16:41 +00:00
Python:host: clean up expat
system-expat not really needed here.
This commit is contained in:
parent
fc5e29f7d8
commit
2cace5e116
@ -23,7 +23,7 @@ PKG_ARCH="any"
|
|||||||
PKG_LICENSE="OSS"
|
PKG_LICENSE="OSS"
|
||||||
PKG_SITE="http://www.python.org/"
|
PKG_SITE="http://www.python.org/"
|
||||||
PKG_URL="http://www.python.org/ftp/python/$PKG_VERSION/$PKG_NAME-$PKG_VERSION.tar.xz"
|
PKG_URL="http://www.python.org/ftp/python/$PKG_VERSION/$PKG_NAME-$PKG_VERSION.tar.xz"
|
||||||
PKG_DEPENDS_HOST="zlib:host expat:host"
|
PKG_DEPENDS_HOST="zlib:host"
|
||||||
PKG_DEPENDS_TARGET="toolchain Python:host sqlite expat zlib bzip2 openssl libffi file"
|
PKG_DEPENDS_TARGET="toolchain Python:host sqlite expat zlib bzip2 openssl libffi file"
|
||||||
PKG_PRIORITY="optional"
|
PKG_PRIORITY="optional"
|
||||||
PKG_SECTION="lang"
|
PKG_SECTION="lang"
|
||||||
@ -38,8 +38,7 @@ PY_DISABLED_MODULES="readline _curses _curses_panel _tkinter nis gdbm bsddb"
|
|||||||
PKG_CONFIGURE_OPTS_HOST="--cache-file=config.cache \
|
PKG_CONFIGURE_OPTS_HOST="--cache-file=config.cache \
|
||||||
--without-cxx-main \
|
--without-cxx-main \
|
||||||
--with-threads \
|
--with-threads \
|
||||||
--enable-unicode=ucs4 \
|
--enable-unicode=ucs4"
|
||||||
--with-system-expat"
|
|
||||||
|
|
||||||
PKG_CONFIGURE_OPTS_TARGET="ac_cv_file_dev_ptc=no \
|
PKG_CONFIGURE_OPTS_TARGET="ac_cv_file_dev_ptc=no \
|
||||||
ac_cv_file_dev_ptmx=yes \
|
ac_cv_file_dev_ptmx=yes \
|
||||||
@ -65,7 +64,6 @@ PKG_CONFIGURE_OPTS_TARGET="ac_cv_file_dev_ptc=no \
|
|||||||
|
|
||||||
pre_configure_host() {
|
pre_configure_host() {
|
||||||
export OPT="$HOST_CFLAGS"
|
export OPT="$HOST_CFLAGS"
|
||||||
export LDFLAGS="$LDFLAGS -lexpat"
|
|
||||||
}
|
}
|
||||||
|
|
||||||
make_host() {
|
make_host() {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user