aboutsummaryrefslogtreecommitdiff
path: root/ports/stxxl
diff options
context:
space:
mode:
Diffstat (limited to 'ports/stxxl')
-rw-r--r--ports/stxxl/CONTROL6
-rw-r--r--ports/stxxl/portfile.cmake6
2 files changed, 4 insertions, 8 deletions
diff --git a/ports/stxxl/CONTROL b/ports/stxxl/CONTROL
index e8541a27d..847a31067 100644
--- a/ports/stxxl/CONTROL
+++ b/ports/stxxl/CONTROL
@@ -1,3 +1,3 @@
-Source: stxxl
-Version: 2018-11-15
-Description: Standard Template Library for Extra Large Data Sets
+Source: stxxl
+Version: 2018-11-15-1
+Description: Standard Template Library for Extra Large Data Sets
diff --git a/ports/stxxl/portfile.cmake b/ports/stxxl/portfile.cmake
index 14d39d38e..41665c4cd 100644
--- a/ports/stxxl/portfile.cmake
+++ b/ports/stxxl/portfile.cmake
@@ -1,10 +1,6 @@
include(vcpkg_common_functions)
-if(VCPKG_LIBRARY_LINKAGE STREQUAL "dynamic")
- message("stxxl currently only supports static library linkage.")
- set(VCPKG_LIBRARY_LINKAGE static)
- set(VCPKG_CRT_LINKAGE static)
-endif()
+vcpkg_check_linkage(ONLY_STATIC_LIBRARY)
vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH