1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-29 20:17:46 +00:00

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).
This commit is contained in:
Liav A 2023-08-11 15:08:29 +03:00 committed by Tim Schumacher
parent ec0bf937a2
commit 9b61339261
4 changed files with 37 additions and 3 deletions

View file

@ -0,0 +1,6 @@
# 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.