dev-libs/libzip: Add large file support (LFS)

This is needed to handle big ZIPs (4+GB) on 32-bit devices.

Bug: https://bugs.gentoo.org/471102
Signed-off-by: François Degros <fdegros@chromium.org>
Closes: https://github.com/gentoo/gentoo/pull/20564
Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
François Degros 2021-04-28 10:21:41 +10:00 committed by Sam James
parent f4a3070e93
commit b68f75ced2
No known key found for this signature in database
GPG Key ID: F4922810EEA0483B
1 changed files with 2 additions and 1 deletions

View File

@ -3,7 +3,7 @@
EAPI=7
inherit cmake multibuild
inherit cmake multibuild flag-o-matic
DESCRIPTION="Library for manipulating zip archives"
HOMEPAGE="https://nih.at/libzip/"
@ -43,6 +43,7 @@ pkg_setup() {
}
src_configure() {
append-lfs-flags
myconfigure() {
local mycmakeargs=(
-DBUILD_EXAMPLES=OFF # nothing is installed