1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-30 03:57:45 +00:00

Ports/libiconv: Update libiconv to version 1.17

This also removes the patch that stubbed out `getprogname()` as it is no
longer needed.
This commit is contained in:
EWouters 2022-06-03 17:01:48 +02:00 committed by Linus Groh
parent 41bb21985e
commit 411277e5d0
5 changed files with 14 additions and 44 deletions

View file

@ -1,11 +1,6 @@
# Patches for libiconv on SerenityOS
## `0001-Stub-out-getprogname-for-serenity.patch`
Stub out getprogname() for serenity
## `0002-libtool-Enable-shared-library-support-for-SerenityOS.patch`
## `0001-libtool-Enable-shared-library-support-for-SerenityOS.patch`
libtool: Enable shared library support for SerenityOS