Skip to content

Commit 9aed126

Browse files
committed
CMake: use our own expat library
1 parent aa3c2f7 commit 9aed126

1 file changed

Lines changed: 4 additions & 3 deletions

File tree

pkgs/cmake.yaml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
extends: [autotools_package]
22

33
dependencies:
4-
build: [zlib, bzip2, curl, openssl, libidn]
4+
build: [zlib, bzip2, curl, openssl, libidn, expat]
55

66
sources:
77
- key: tar.gz:vxuu43rwaodxivs7flwyqzsbkrbuit5x
@@ -20,15 +20,16 @@ build_stages:
2020
extra: ['--parallel=${HASHDIST_CPU_COUNT}',
2121
'--system-bzip2',
2222
'--system-curl',
23-
#'--system-expat',
23+
'--system-expat',
2424
#'--system-jsoncpp',
2525
#'--system-libarchive',
2626
'--system-zlib',
2727
'--',
28-
'-DCMAKE_PREFIX_PATH=${CURL_DIR}/lib;${ZLIB_DIR}/lib;${BZIP2_DIR}/lib',
28+
'-DCMAKE_PREFIX_PATH=${CURL_DIR}/lib;${ZLIB_DIR}/lib;${BZIP2_DIR}/lib;${EXPAT_DIR}/lib',
2929
'-DCURL_INCLUDE_DIR=${CURL_DIR}/include',
3030
'-DZLIB_INCLUDE_DIR=${ZLIB_DIR}/include',
3131
'-DBZIP2_INCLUDE_DIR=${BZIP2_DIR}/include',
32+
'-DEXPAT_INCLUDE_DIR=${EXPAT_DIR}/include',
3233
]
3334

3435
when_build_dependency:

0 commit comments

Comments
 (0)