Сравнение pigz-2.7 с pigz-2.7-r1
/usr/portage/app-arch/pigz/pigz-2.7-r1.ebuild 2023-10-09 14:52:28.188368317 +0300 | ||
---|---|---|
1 | 1 |
# Copyright 1999-2023 Gentoo Authors |
2 | 2 |
# Distributed under the terms of the GNU General Public License v2 |
3 | 3 | |
4 |
EAPI=7 |
|
4 |
EAPI=8 |
|
5 | 5 | |
6 | 6 |
inherit toolchain-funcs flag-o-matic |
7 | 7 | |
... | ... | |
21 | 21 |
static? ( ${LIB_DEPEND} ) |
22 | 22 |
test? ( app-arch/ncompress )" |
23 | 23 | |
24 |
PATCHES=( |
|
25 |
"${FILESDIR}"/${P}-memcpy-ub.patch |
|
26 |
) |
|
27 | ||
24 | 28 |
src_compile() { |
25 | 29 |
use static && append-ldflags -static |
26 | 30 |
emake CC="$(tc-getCC)" CFLAGS="${CFLAGS}" LDFLAGS="${LDFLAGS}" |