gentoo-ebuilds/sys-devel/patch/files/patch-2.7.6-configure-mkdir.patch
Andreas K. Hüttel 2f52e76ae5
sys-devel/patch: revbump, fix implicit mkdir in configure
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>
2024-11-19 23:29:42 +01:00

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 ()