]> git.proxmox.com Git - ceph.git/blob - ceph/src/jaegertracing/opentelemetry-cpp/tools/vcpkg/ports/zziplib/fix-export-define.patch
update ceph source to reef 18.1.2
[ceph.git] / ceph / src / jaegertracing / opentelemetry-cpp / tools / vcpkg / ports / zziplib / fix-export-define.patch
1 diff --git a/zzip/conf.h b/zzip/conf.h
2 index 27b834a..7f01456 100644
3 --- a/zzip/conf.h
4 +++ b/zzip/conf.h
5 @@ -203,7 +203,7 @@
6 # endif
7
8
9 -#if defined ZZIP_EXPORTS || defined ZZIPLIB_EXPORTS
10 +#if defined ZZIP_EXPORTS || defined ZZIPLIB_EXPORTS || defined libzzip_EXPORTS // CMake export defines
11 # undef ZZIP_DLL
12 #define ZZIP_DLL 1
13 #endif