diff options
author | 2021-12-09 11:54:41 +0100 | |
---|---|---|
committer | 2021-12-10 01:24:12 +0000 | |
commit | 31425f1d937b44a5dabb5e37073ff5f94e5edc3e (patch) | |
tree | 7f2c57a34b7884cb22677b582c20904c566af776 /dev-util/strace/strace-5.14-r1.ebuild | |
parent | sys-auth/fprintd: add missing dev-util/gdbus-codegen BDEPEND (diff) | |
download | gentoo-31425f1d937b44a5dabb5e37073ff5f94e5edc3e.tar.gz gentoo-31425f1d937b44a5dabb5e37073ff5f94e5edc3e.tar.bz2 gentoo-31425f1d937b44a5dabb5e37073ff5f94e5edc3e.zip |
dev-util/strace: Fix build on systems without ipx.h
Strace 5.12 and 5.14 fails to build on systems with missing ipx.h
(combination of kernel 5.15 and musl libc). The problem is already fixed
in upstream commit 568ee52f885c ("Avoid relying on presence of ipx.h"),
which is present in 5.15 release. This change backports it to both
broken versions.
Upstream-issue: https://github.com/strace/strace/issues/201
Signed-off-by: Petr Vaněk <arkamar@atlas.cz>
Closes: https://github.com/gentoo/gentoo/pull/23232
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-util/strace/strace-5.14-r1.ebuild')
-rw-r--r-- | dev-util/strace/strace-5.14-r1.ebuild | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/dev-util/strace/strace-5.14-r1.ebuild b/dev-util/strace/strace-5.14-r1.ebuild index 98210d8944bf..d6e2d267ba84 100644 --- a/dev-util/strace/strace-5.14-r1.ebuild +++ b/dev-util/strace/strace-5.14-r1.ebuild @@ -43,6 +43,7 @@ RDEPEND=" PATCHES=( "${FILESDIR}/${PN}-5.11-static.patch" + "${FILESDIR}/${PN}-5.12-detect-ipx-presence.patch" ) src_prepare() { |