2020-12-23 13:24:32 +00:00
|
|
|
package:
|
|
|
|
name: libxml
|
2021-01-03 21:09:40 +00:00
|
|
|
version: 2.9.10
|
|
|
|
|
|
|
|
source:
|
2021-01-10 04:47:58 +00:00
|
|
|
sha256: aafee193ffb8fe0c82d4afef6ef91972cbaf5feea100edc2f262750611b4be1f
|
2021-04-01 04:04:58 +00:00
|
|
|
url: http://xmlsoft.org/sources/libxml2-2.9.10.tar.gz
|
2020-12-23 13:24:32 +00:00
|
|
|
|
|
|
|
requirements:
|
2022-08-22 04:35:27 +00:00
|
|
|
host:
|
2020-12-23 13:24:32 +00:00
|
|
|
- zlib
|
2021-01-03 21:09:40 +00:00
|
|
|
- libiconv
|
2020-12-23 13:24:32 +00:00
|
|
|
|
|
|
|
build:
|
|
|
|
library: true
|
2021-01-03 21:09:40 +00:00
|
|
|
script: |
|
|
|
|
emconfigure ./configure \
|
|
|
|
CFLAGS="-fPIC" \
|
|
|
|
--disable-dependency-tracking \
|
|
|
|
--disable-shared \
|
|
|
|
--without-python \
|
2022-05-18 04:14:16 +00:00
|
|
|
--with-iconv="${WASM_LIBRARY_DIR}/lib" \
|
|
|
|
--with-zlib="${WASM_LIBRARY_DIR}/lib" \
|
|
|
|
--prefix=${WASM_LIBRARY_DIR}
|
2021-01-03 21:09:40 +00:00
|
|
|
emmake make -j ${PYODIDE_JOBS:-3}
|
2022-05-18 04:14:16 +00:00
|
|
|
emmake make install
|