Diff lsof-4.98.0 with a lsof-4.98.0-r1
/usr/portage/sys-process/lsof/lsof-4.98.0-r1.ebuild 2023-10-09 14:52:35.580368504 +0300 | ||
---|---|---|
28 | 28 |
# Needs fixing first for sandbox |
29 | 29 |
RESTRICT="test" |
30 | 30 | |
31 |
PATCHES=( |
|
32 |
"${FILESDIR}"/${P}-fix-common-include-strftime.patch |
|
33 |
) |
|
34 | ||
31 | 35 |
src_configure() { |
36 |
# TODO: drop after 4.98.0: https://github.com/lsof-org/lsof/commit/4fbe0b78f63ce115f25cf7a49756745e3bf47fea |
|
32 | 37 |
export ac_cv_header_selinux_selinux_h=$(usex selinux) |
33 | 38 | |
39 |
# TODO: drop after 4.98.0: https://github.com/lsof-org/lsof/commit/22d9cedfca4672601f35f7683907373cd5124121 |
|
34 | 40 |
[[ ${CHOST} == *-solaris2.11 ]] && append-cppflags -DHAS_PAD_MUTEX |
35 | 41 | |
36 | 42 |
local myeconfargs=( |