From 6b4a35331d04b7e7dfab43f5ecfb629011c86d0c Mon Sep 17 00:00:00 2001 From: Rudi Heitbaum Date: Sat, 22 Jul 2023 00:23:44 +0000 Subject: [PATCH] fakeroot: fix missing header file race condition ref: - https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1041674 --- ...x-missing-header-file-race-condition-1041674.patch | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 packages/devel/fakeroot/patches/fakeroot-002-fix-missing-header-file-race-condition-1041674.patch diff --git a/packages/devel/fakeroot/patches/fakeroot-002-fix-missing-header-file-race-condition-1041674.patch b/packages/devel/fakeroot/patches/fakeroot-002-fix-missing-header-file-race-condition-1041674.patch new file mode 100644 index 0000000000..6cf64dd4a3 --- /dev/null +++ b/packages/devel/fakeroot/patches/fakeroot-002-fix-missing-header-file-race-condition-1041674.patch @@ -0,0 +1,11 @@ +--- a/Makefile.am 2023-07-21 22:53:36.152522891 +0000 ++++ b/Makefile.am 2023-07-22 00:12:21.796916350 +0000 +@@ -58,6 +58,8 @@ + + libfakeroot.lo:libfakeroot.c wrapdef.h wrapstruct.h wraptmpf.h + ++libfakeroot_time64.c:wrapped.h ++ + fakerootconfig.h: ./config.status + CONFIG_FILES= CONFIG_HEADERS= /bin/sh ./config.status +