zeek/auxil/vcpkg/ports/octave/dep_pc_names.patch
Patrick Kelley 8fd444092b initial
2025-05-07 15:35:15 -04:00

15 lines
407 B
Diff

diff --git a/configure.ac b/configure.ac
--- a/configure.ac
+++ b/configure.ac
@@ -1520,9 +1520,9 @@
### Check for BZIP2 library.
OCTAVE_CHECK_LIB(bz2, BZIP2,
[BZIP2 library not found. Octave will not be able to compress or decompress bzip2 files.],
- [bzlib.h], [BZ2_bzCompressInit])
+ [bzlib.h], [BZ2_bzCompressInit],[],[],[],[bzip2])
### Check for HDF5 library.
save_CPPFLAGS="$CPPFLAGS"