aboutsummaryrefslogtreecommitdiff
path: root/ports/librabbitmq
diff options
context:
space:
mode:
Diffstat (limited to 'ports/librabbitmq')
-rw-r--r--ports/librabbitmq/CONTROL8
-rw-r--r--ports/librabbitmq/portfile.cmake2
2 files changed, 4 insertions, 6 deletions
diff --git a/ports/librabbitmq/CONTROL b/ports/librabbitmq/CONTROL
index 19b131f82..f8c686735 100644
--- a/ports/librabbitmq/CONTROL
+++ b/ports/librabbitmq/CONTROL
@@ -1,4 +1,4 @@
-Source: librabbitmq
-Version: 0.8.0
-Build-Depends: openssl
-Description: A C-language AMQP client library for use with v2.0+ of the RabbitMQ broker.
+Source: librabbitmq
+Version: 0.8.0-1
+Build-Depends: openssl
+Description: A C-language AMQP client library for use with v2.0+ of the RabbitMQ broker.
diff --git a/ports/librabbitmq/portfile.cmake b/ports/librabbitmq/portfile.cmake
index cfdcf9527..cea0af218 100644
--- a/ports/librabbitmq/portfile.cmake
+++ b/ports/librabbitmq/portfile.cmake
@@ -15,8 +15,6 @@ vcpkg_configure_cmake(
SOURCE_PATH ${SOURCE_PATH}
OPTIONS
-DBUILD_EXAMPLES=OFF
- -DBUILD_SHARED_LIBS=${BUILD_SHARED}
- -DBUILD_STATIC_LIBS=${BUILD_STATIC}
-DBUILD_TESTS=OFF
-DBUILD_TOOLS=OFF
)