diff options
author | Mark Adler <madler@alumni.caltech.edu> | 2024-06-04 09:28:53 -0700 |
---|---|---|
committer | Mark Adler <madler@alumni.caltech.edu> | 2024-06-04 09:36:01 -0700 |
commit | 7e6f0784cc0c33e8d5fcb368248168c6656f73c8 (patch) | |
tree | becbdc8fd559f2d782fb83be7c918095a2ea1ff3 /zlib.3 | |
parent | 0f3b7b9595cc7d85c3b13282e71fcecef7f18f9c (diff) | |
download | zlib-7e6f0784cc0c33e8d5fcb368248168c6656f73c8.tar.gz zlib-7e6f0784cc0c33e8d5fcb368248168c6656f73c8.tar.bz2 zlib-7e6f0784cc0c33e8d5fcb368248168c6656f73c8.zip |
Remedy conflict between libzip and minizip zip.h.
minizip.pc.in would add @include@/minizip to the include path,
which would permit simply #include <zip.h> to use minizip. However
that conflicts with the zip.h from libzip that is put in the root
include directory. This now does not add /minizip to the include
path. Now when using pkg-config, #include <minizip/zip.h> must be
used, where #include <zip.h> would be used for libzip. This is an
incompatible change with the previous state. Users of minizip and
pkg-config will need to update their code. #include <unzip.h> will
need to be updated to #include <minizip/unzip.h> as well.
Diffstat (limited to 'zlib.3')
0 files changed, 0 insertions, 0 deletions