1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-29 18:07:46 +00:00
serenity/Ports/tar/patches/ReadMe.md
Liav A 9b61339261 Ports/tar: Update to version 1.35
This version requires the gettext port as a dependency.

In addition to that, this release has a bug in which it doesn't include
libintl and libiconv properly when building the program.
Therefore, we add a patch that was originally made by Sergey Poznyakoff
after the report of this bug (savannah bug #64441).
2023-08-12 15:24:19 +02:00

6 lines
203 B
Markdown

# Patches for tar on SerenityOS
## `0001-Fix-savannah-bug-64441.patch`
Release 1.35 has a bug in which it doesn't include libintl and libiconv
properly. Add the libiconv libraries to the build system.