Skip to content

Commit 254f1c3

Browse files
committed
Update libxml2 patch for v2.14.1
1 parent d6146d3 commit 254f1c3

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

patches/libxml2-windows-icu.patch

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
diff --git a/CMakeLists.txt b/CMakeLists.txt
2-
index 327c2a42..26ccfabf 100644
2+
index c23fe75f..5cc294b2 100644
33
--- a/CMakeLists.txt
44
+++ b/CMakeLists.txt
55
@@ -362,7 +362,7 @@ endif()
@@ -11,12 +11,12 @@ index 327c2a42..26ccfabf 100644
1111
list(APPEND XML_PRIVATE_LIBS "${ICU_LDFLAGS}")
1212
pkg_check_modules(ICU_PC IMPORTED_TARGET icu-uc)
1313
if(ICU_PC_FOUND)
14-
@@ -416,7 +416,6 @@ set_target_properties(
14+
@@ -417,7 +417,6 @@ set_target_properties(
1515
IMPORT_PREFIX lib
1616
OUTPUT_NAME xml2
1717
POSITION_INDEPENDENT_CODE ON
1818
- PREFIX lib
19-
VERSION ${PROJECT_VERSION}
19+
VERSION "${LIBXML_SOVERSION}.${LIBXML_AGE}.${LIBXML_MICRO_VERSION}"
2020
SOVERSION ${LIBXML_SOVERSION}
2121
)
2222
diff --git a/encoding.c b/encoding.c

0 commit comments

Comments
 (0)