1
0
Fork 0
mirror of https://github.com/pygos/build.git synced 2024-05-16 10:46:14 +02:00

Patch findutils to find makedev macro

Signed-off-by: David Oberhollenzer <goliath@infraroot.at>
This commit is contained in:
David Oberhollenzer 2019-08-03 22:15:30 +02:00
parent be0bea35e2
commit 5cd2691a8d
2 changed files with 12 additions and 1 deletions

11
pkg/findutils/0001.patch Normal file
View file

@ -0,0 +1,11 @@
--- a/gl/lib/mountlist.c
+++ b/gl/lib/mountlist.c
@@ -118,6 +118,8 @@
# include <dirent.h>
#endif
+#include <sys/sysmacros.h>
+
#ifdef DOLPHIN
/* So special that it's not worth putting this in autoconf. */
# undef MOUNTED_FREAD_FSTYP

View file

@ -6,7 +6,7 @@ SHA256SUM="ded4c9f73731cd48fec3b6bdaccce896473b6d8e337e9612e16cf1431bb1169d"
DEPENDS="toolchain"
prepare() {
return
apply_patches
}
build() {