2020-12-23 13:24:32 +00:00
|
|
|
package:
|
|
|
|
name: libxslt
|
2021-01-03 21:09:40 +00:00
|
|
|
version: 1.1.33
|
|
|
|
|
|
|
|
source:
|
2021-01-10 04:47:58 +00:00
|
|
|
sha256: 8e36605144409df979cab43d835002f63988f3dc94d5d3537c12796db90e38c8
|
2021-04-01 04:04:58 +00:00
|
|
|
url: http://xmlsoft.org/sources/libxslt-1.1.33.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
|
|
|
- libxml
|
|
|
|
|
|
|
|
build:
|
2022-11-13 03:31:14 +00:00
|
|
|
type: static_library
|
2022-05-18 04:14:16 +00:00
|
|
|
|
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-libxml-prefix="${WASM_LIBRARY_DIR}" \
|
|
|
|
--without-crypto \
|
|
|
|
--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
|