mirror of
https://github.com/pygos/build.git
synced 2024-11-01 01:45:37 +01:00
Patch findutils to find makedev macro
Signed-off-by: David Oberhollenzer <goliath@infraroot.at>
This commit is contained in:
parent
be0bea35e2
commit
5cd2691a8d
2 changed files with 12 additions and 1 deletions
11
pkg/findutils/0001.patch
Normal file
11
pkg/findutils/0001.patch
Normal 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
|
|
@ -6,7 +6,7 @@ SHA256SUM="ded4c9f73731cd48fec3b6bdaccce896473b6d8e337e9612e16cf1431bb1169d"
|
|||
DEPENDS="toolchain"
|
||||
|
||||
prepare() {
|
||||
return
|
||||
apply_patches
|
||||
}
|
||||
|
||||
build() {
|
||||
|
|
Loading…
Reference in a new issue