serenity/Ports/libmpg123/patches
2023-10-12 23:30:22 +02:00
..
0001-Teach-the-multiple-configure-files-that-serenity-is-.patch Ports/libmpg123: Update libmpg123 to version 1.31.3 2023-10-12 23:30:22 +02:00
0002-libtool-Enable-shared-library-support-for-SerenityOS.patch Ports: Make libmpg123 compile again 2022-07-15 12:34:52 +02:00
ReadMe.md Ports: Make libmpg123 compile again 2022-07-15 12:34:52 +02:00

Patches for libmpg123 on SerenityOS

0001-Teach-the-multiple-configure-files-that-serenity-is-.patch

Teach the multiple configure files that serenity is a thing

0002-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.