Skip to content

Commit 273d5e4

Browse files
committed
Fix symbol not present
1 parent 4e987d5 commit 273d5e4

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@
1818

1919
- Fixed a bug where `H5Pget_fapl_direct` was only included when HDF5 was compiled
2020
with feature `have-parallel` instead of `have-direct`.
21+
- Fixed a missing symbol when building `hdf5-src` with `libz-sys`.
2122

2223
## 0.8.1
2324

hdf5-src/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ deprecated = []
3434
threadsafe = []
3535

3636
[dependencies]
37-
libz-sys = { version = "1.0.25", features = ["static"], optional = true, default-features=false }
37+
libz-sys = { version = "1.0.25", features = ["static", "libc"], optional = true, default-features=false }
3838

3939
[build-dependencies]
4040
cmake = "0.1.44"

0 commit comments

Comments
 (0)