aboutsummaryrefslogtreecommitdiff
path: root/ports/orc
diff options
context:
space:
mode:
Diffstat (limited to 'ports/orc')
-rw-r--r--ports/orc/0003-dependencies-from-vcpkg.patch2
-rw-r--r--ports/orc/CONTROL1
2 files changed, 2 insertions, 1 deletions
diff --git a/ports/orc/0003-dependencies-from-vcpkg.patch b/ports/orc/0003-dependencies-from-vcpkg.patch
index f753bbcb3..fb7c59144 100644
--- a/ports/orc/0003-dependencies-from-vcpkg.patch
+++ b/ports/orc/0003-dependencies-from-vcpkg.patch
@@ -17,7 +17,7 @@ index 3d4a162..6926bc3 100644
+ ZLIB::ZLIB
+ Snappy::snappy
+ lz4::lz4
-+ libzstd
++ $<IF:$<TARGET_EXISTS:zstd::libzstd_shared>,zstd::libzstd_shared,zstd::libzstd_static>
+ ${LIBHDFSPP_LIBRARIES}
)
diff --git a/ports/orc/CONTROL b/ports/orc/CONTROL
index c3a1ff40f..13302349e 100644
--- a/ports/orc/CONTROL
+++ b/ports/orc/CONTROL
@@ -1,5 +1,6 @@
Source: orc
Version: 1.6.4
+Port-Version: 1
Homepage: https://orc.apache.org/
Build-Depends: zlib, protobuf, lz4, snappy, zstd, gtest
Description: The smallest, fastest columnar storage for Hadoop workloads.