tools/7z: Allow building on alpine
authorOlliver Schinagl <oliver@schinagl.nl>
Thu, 16 Feb 2023 14:25:12 +0000 (15:25 +0100)
committerHauke Mehrtens <hauke@hauke-m.de>
Sun, 2 Apr 2023 18:35:15 +0000 (20:35 +0200)
commit3c3614cec4f4355a7c2f7fa5bc61f8bb07e55025
tree63c2704b3ca578830d4913bb0bdfff13e9a0c460
parent6b66666da46dd50d4bd2cb1b94fd35ec7f10e54c
tools/7z: Allow building on alpine

When using alpine as host, things start to fail. Lets pull in the
upstream alpine patches to make things work. This should not affect
other hosts.

Note, that Alpine has the '_GNU_SOURCE' define in the APKBUILD file, but
here we add this flag to the needed fix flags patch, which does similar
things too.

Signed-off-by: Olliver Schinagl <oliver@schinagl.nl>
tools/7z/patches/7-zip-flags.patch [new file with mode: 0644]
tools/7z/patches/7-zip-musl.patch [new file with mode: 0644]