diff options
author | Fabian Groffen <grobian@gentoo.org> | 2021-11-04 21:13:00 +0100 |
---|---|---|
committer | Fabian Groffen <grobian@gentoo.org> | 2021-11-04 21:13:36 +0100 |
commit | b39f0b306fcfca22bc62fe80a9a0fc35b3242733 (patch) | |
tree | 7e4dab166fb48c6e6c12f6d4361c9acc95c19577 /app-arch | |
parent | dev-util/systemtap: EAPI 8 (diff) | |
download | gentoo-b39f0b306fcfca22bc62fe80a9a0fc35b3242733.tar.gz gentoo-b39f0b306fcfca22bc62fe80a9a0fc35b3242733.tar.bz2 gentoo-b39f0b306fcfca22bc62fe80a9a0fc35b3242733.zip |
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@gentoo.org>
Diffstat (limited to 'app-arch')
-rw-r--r-- | app-arch/xar/files/xar-1.8.0.0.452-linux.patch | 9 |
1 files changed, 9 insertions, 0 deletions
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 a9e9575c400e..ccfc68369a43 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 <ryanc@apple.com> + */ + ++#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> |