mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-06 00:48:18 -07:00
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>
12 lines
190 B
Diff
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>
|