aboutsummaryrefslogtreecommitdiff
path: root/ports/avro-c
diff options
context:
space:
mode:
Diffstat (limited to 'ports/avro-c')
-rw-r--r--ports/avro-c/CONTROL2
-rw-r--r--ports/avro-c/portfile.cmake5
2 files changed, 5 insertions, 2 deletions
diff --git a/ports/avro-c/CONTROL b/ports/avro-c/CONTROL
index 3a7334c41..5bcf16fe5 100644
--- a/ports/avro-c/CONTROL
+++ b/ports/avro-c/CONTROL
@@ -1,4 +1,4 @@
Source: avro-c
-Version: 1.8.2
+Version: 1.8.2-1
Description: Apache Avro is a data serialization system
Build-Depends: jansson, liblzma, zlib
diff --git a/ports/avro-c/portfile.cmake b/ports/avro-c/portfile.cmake
index 94fcf25ba..087d3b3af 100644
--- a/ports/avro-c/portfile.cmake
+++ b/ports/avro-c/portfile.cmake
@@ -16,9 +16,12 @@ vcpkg_apply_patches(
vcpkg_configure_cmake(
SOURCE_PATH ${SOURCE_PATH}/lang/c
+ PREFER_NINJA
+ OPTIONS
+ -DCMAKE_DISABLE_FIND_PACKAGE_Snappy=ON
)
-vcpkg_install_cmake(DISABLE_PARALLEL)
+vcpkg_install_cmake()
vcpkg_copy_pdbs()