aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ports/libidn2/CMakeLists.txt2
-rw-r--r--ports/libidn2/CONTROL2
2 files changed, 1 insertions, 3 deletions
diff --git a/ports/libidn2/CMakeLists.txt b/ports/libidn2/CMakeLists.txt
index a1eb9f9ce..d7a5d771e 100644
--- a/ports/libidn2/CMakeLists.txt
+++ b/ports/libidn2/CMakeLists.txt
@@ -4,8 +4,6 @@ project(libidn2 C)
find_package(unofficial-iconv REQUIRED)
-set(CMAKE_DEBUG_POSTFIX "d")
-
if(MSVC)
add_definitions(-D_CRT_SECURE_NO_DEPRECATE)
add_definitions(-D_CRT_NONSTDC_NO_DEPRECATE)
diff --git a/ports/libidn2/CONTROL b/ports/libidn2/CONTROL
index d0564bc01..5fcac82b6 100644
--- a/ports/libidn2/CONTROL
+++ b/ports/libidn2/CONTROL
@@ -1,4 +1,4 @@
Source: libidn2
-Version: 2.1.1
+Version: 2.1.1-1
Build-Depends: libiconv
Description: GNU Libidn is an implementation of the Stringprep, Punycode and IDNA 2003 specifications. Libidn's purpose is to encode and decode internationalized domain names.