Skip to content

Commit

Permalink
libxml2: Remove library prefix
Browse files Browse the repository at this point in the history
  • Loading branch information
hmelder committed Jun 19, 2024
1 parent 2ff1a9b commit c00ff82
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions patches/libxml2-fix-library-prefix.patch
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 723e2344..a73c4453 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -433,7 +433,6 @@ set_target_properties(
IMPORT_PREFIX lib
OUTPUT_NAME xml2
POSITION_INDEPENDENT_CODE ON
- PREFIX lib
VERSION ${PROJECT_VERSION}
SOVERSION ${LIBXML_MAJOR_VERSION}
)

0 comments on commit c00ff82

Please sign in to comment.