1
0
mirror of https://github.com/SerenityOS/serenity synced 2024-07-09 00:50:47 +00:00
serenity/Ports/libxml2/patches
2023-10-12 23:30:22 +02:00
..
0001-libtool-Enable-shared-library-support-for-SerenityOS.patch Ports/libxml2: Update libxml2 to version 2.11.5 2023-10-12 23:30:22 +02:00
ReadMe.md Ports: Replace manually linking libxml2 with a libtool patch 2022-06-03 20:50:01 +01:00

Patches for libxml2 on SerenityOS

0001-libtool-Enable-shared-library-support-for-SerenityOS.patch

libtool: Enable shared library support for SerenityOS

For some odd reason, libtool handles the configuration for shared libraries entirely statically and in its configure script. If no shared library support is "present", building shared libraries is disabled entirely.

Fix that by just adding the appropriate configuration options for serenity. This allows us to finally create dynamic libraries automatically using libtool, without having to manually link the static library into a shared library.