commit: b39f0b306fcfca22bc62fe80a9a0fc35b3242733 Author: Fabian Groffen <grobian <AT> gentoo <DOT> org> AuthorDate: Thu Nov 4 20:13:00 2021 +0000 Commit: Fabian Groffen <grobian <AT> gentoo <DOT> org> CommitDate: Thu Nov 4 20:13:36 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b39f0b30
app-arch/xar-1.8.0.0.452: fix build on glibc-2.33-r7 Closes: https://bugs.gentoo.org/821703 Package-Manager: Portage-3.0.28, Repoman-3.0.3 Signed-off-by: Fabian Groffen <grobian <AT> gentoo.org> app-arch/xar/files/xar-1.8.0.0.452-linux.patch | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/app-arch/xar/files/xar-1.8.0.0.452-linux.patch b/app-arch/xar/files/xar-1.8.0.0.452-linux.patch index a9e9575c400..ccfc68369a4 100644 --- a/app-arch/xar/files/xar-1.8.0.0.452-linux.patch +++ b/app-arch/xar/files/xar-1.8.0.0.452-linux.patch @@ -35,6 +35,15 @@ --- a/lib/util.c +++ b/lib/util.c +@@ -35,6 +35,8 @@ + * Christopher Ryan <[email protected]> + */ + ++#include "config.h" ++ + #include <stdio.h> + #include <stdint.h> + #include <sys/types.h> @@ -40,6 +40,9 @@ #include <sys/types.h> #include <sys/mount.h>
