Files
gentoo/app-backup/mirdir/files/mirdir-2.1-implicit-function-decl.patch
Sam James c74bbd2299 app-backup/mirdir: fix build with LTO
Seems to be a dodgy old autoconf bug. No source configure.in/.ac in the
tarball so can't easily fix it either, sadly.

Just force off the test as lutime doesn't ever exist on Linux
but I'm not sure if lutime is even a thing anyway (lutimeS, perhaps?).

Closes: https://bugs.gentoo.org/854213
Signed-off-by: Sam James <sam@gentoo.org>
2022-06-25 20:03:24 +01:00

12 lines
190 B
Diff

https://bugs.gentoo.org/854213
--- a/mirdir.c
+++ b/mirdir.c
@@ -88,6 +88,7 @@
#include <fcntl.h>
#include <dirent.h>
#include <time.h>
+#include <unistd.h>
/*
#include <sys/types.h>