aboutsummaryrefslogtreecommitdiff
path: root/ports/avro-c
diff options
context:
space:
mode:
authorRobert Schumacher <roschuma@microsoft.com>2018-03-11 23:41:51 -0700
committerRobert Schumacher <roschuma@microsoft.com>2018-03-11 23:42:54 -0700
commit9f9778ccff48981a691bf34f30ecc4bf2efd5ac1 (patch)
tree10ec609d13836ddc266345f441bae6f9e824056a /ports/avro-c
parentece289b9a6466dca885fd2555ed783d70dcad9bf (diff)
downloadvcpkg-9f9778ccff48981a691bf34f30ecc4bf2efd5ac1.tar.gz
vcpkg-9f9778ccff48981a691bf34f30ecc4bf2efd5ac1.zip
[many ports] Improve behavior on Linux and general cleanup
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()