diff --git a/pkg/findutils/0001.patch b/pkg/findutils/0001.patch new file mode 100644 index 0000000..9635327 --- /dev/null +++ b/pkg/findutils/0001.patch @@ -0,0 +1,11 @@ +--- a/gl/lib/mountlist.c ++++ b/gl/lib/mountlist.c +@@ -118,6 +118,8 @@ + # include + #endif + ++#include ++ + #ifdef DOLPHIN + /* So special that it's not worth putting this in autoconf. */ + # undef MOUNTED_FREAD_FSTYP diff --git a/pkg/findutils/build b/pkg/findutils/build index 27290cd..20059e1 100755 --- a/pkg/findutils/build +++ b/pkg/findutils/build @@ -6,7 +6,7 @@ SHA256SUM="ded4c9f73731cd48fec3b6bdaccce896473b6d8e337e9612e16cf1431bb1169d" DEPENDS="toolchain" prepare() { - return + apply_patches } build() {