From 805fabe58adfcb0c073868c5534bf2f54f4a7914 Mon Sep 17 00:00:00 2001 From: xoviat Date: Sun, 3 Dec 2017 22:37:01 -0600 Subject: [PATCH] Flint: enable DLL builds (#2271) * [flint] enable dynamic building * [flint] increment version --- ports/flint/CONTROL | 2 +- ports/flint/portfile.cmake | 6 ------ 2 files changed, 1 insertion(+), 7 deletions(-) diff --git a/ports/flint/CONTROL b/ports/flint/CONTROL index ee495fc0c2..ce4646883a 100644 --- a/ports/flint/CONTROL +++ b/ports/flint/CONTROL @@ -1,4 +1,4 @@ Source: flint -Version: 2.5.2 +Version: 2.5.2-1 Description: Fast Library for Number Theory Build-Depends: mpir, mpfr, pthreads, gettimeofday diff --git a/ports/flint/portfile.cmake b/ports/flint/portfile.cmake index e20ef9731e..9a9d5136b2 100644 --- a/ports/flint/portfile.cmake +++ b/ports/flint/portfile.cmake @@ -1,9 +1,3 @@ -if (VCPKG_LIBRARY_LINKAGE STREQUAL dynamic) - message(STATUS "Warning: Dynamic building not supported yet. Building static.") - set(VCPKG_CRT_LINKAGE static) - set(VCPKG_LIBRARY_LINKAGE static) -endif() - include(vcpkg_common_functions) set(FLINT_VERSION 2.5.2)