aboutsummaryrefslogtreecommitdiff
path: root/ports/jxrlib
diff options
context:
space:
mode:
Diffstat (limited to 'ports/jxrlib')
-rw-r--r--ports/jxrlib/CONTROL6
-rw-r--r--ports/jxrlib/portfile.cmake4
2 files changed, 6 insertions, 4 deletions
diff --git a/ports/jxrlib/CONTROL b/ports/jxrlib/CONTROL
index 2d3fa4ac4..2f8ba2aaf 100644
--- a/ports/jxrlib/CONTROL
+++ b/ports/jxrlib/CONTROL
@@ -1,3 +1,3 @@
-Source: jxrlib
-Version: 1.1-5
-Description: Open source implementation of the jpegxr image format standard.
+Source: jxrlib
+Version: 1.1-6
+Description: Open source implementation of the jpegxr image format standard.
diff --git a/ports/jxrlib/portfile.cmake b/ports/jxrlib/portfile.cmake
index 01780c78e..49869b43f 100644
--- a/ports/jxrlib/portfile.cmake
+++ b/ports/jxrlib/portfile.cmake
@@ -1,4 +1,7 @@
include(vcpkg_common_functions)
+
+vcpkg_check_linkage(ONLY_STATIC_LIBRARY)
+
set(SOURCE_PATH ${CURRENT_BUILDTREES_DIR}/src)
vcpkg_from_github(
@@ -19,7 +22,6 @@ endif()
vcpkg_configure_cmake(
SOURCE_PATH ${SOURCE_PATH}
- OPTIONS -DCMAKE_WINDOWS_EXPORT_ALL_SYMBOLS:BOOL=ON
)
vcpkg_install_cmake()