mirror of
https://anongit.gentoo.org/git/repo/gentoo.git
synced 2025-12-19 00:18:26 +00:00
This is a bit of a hack since I'm only patching configure but not
its gnulib source.
However, the bug is fixed upstream...
See-also: 3c136a2cc3
Closes: https://bugs.gentoo.org/898598
Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
14 lines
478 B
Diff
14 lines
478 B
Diff
https://bugs.gentoo.org/898598
|
|
https://github.com/coreutils/gnulib/commit/3c136a2cc38d71083f123231a8b9ad4b01930789
|
|
|
|
diff '--color=auto' -ruN patch-2.7.6.orig/configure patch-2.7.6/configure
|
|
--- patch-2.7.6.orig/configure 2018-02-03 14:41:50.000000000 +0100
|
|
+++ patch-2.7.6/configure 2024-11-19 23:19:08.710565121 +0100
|
|
@@ -17130,6 +17130,7 @@
|
|
/* end confdefs.h. */
|
|
#include <unistd.h>
|
|
#include <fcntl.h>
|
|
+ #include <sys/stat.h>
|
|
|
|
int
|
|
main ()
|