mirror of
https://github.com/pygos/build.git
synced 2024-11-14 15:37:11 +01:00
Bump findutils version
Signed-off-by: David Oberhollenzer <goliath@infraroot.at>
This commit is contained in:
parent
e4167ddf2a
commit
134f0746fc
3 changed files with 4 additions and 17 deletions
|
@ -1,11 +0,0 @@
|
||||||
--- 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
|
|
|
@ -1,12 +1,12 @@
|
||||||
VERSION="4.6.0"
|
VERSION="4.7.0"
|
||||||
SRCDIR="findutils-${VERSION}"
|
SRCDIR="findutils-${VERSION}"
|
||||||
TARBALL="${SRCDIR}.tar.gz"
|
TARBALL="${SRCDIR}.tar.xz"
|
||||||
URL="https://ftp.gnu.org/gnu/findutils/"
|
URL="https://ftp.gnu.org/gnu/findutils/"
|
||||||
SHA256SUM="ded4c9f73731cd48fec3b6bdaccce896473b6d8e337e9612e16cf1431bb1169d"
|
SHA256SUM="c5fefbdf9858f7e4feb86f036e1247a54c79fc2d8e4b7064d5aaa1f47dfa789a"
|
||||||
DEPENDS="toolchain"
|
DEPENDS="toolchain"
|
||||||
|
|
||||||
prepare() {
|
prepare() {
|
||||||
apply_patches
|
return
|
||||||
}
|
}
|
||||||
|
|
||||||
build() {
|
build() {
|
||||||
|
|
|
@ -2,8 +2,6 @@ file bin/find 0755 0 0
|
||||||
file bin/xargs 0755 0 0
|
file bin/xargs 0755 0 0
|
||||||
file bin/locate 0755 0 0
|
file bin/locate 0755 0 0
|
||||||
file bin/updatedb 0755 0 0
|
file bin/updatedb 0755 0 0
|
||||||
file lib/libexec/bigram 0755 0 0
|
|
||||||
file lib/libexec/code 0755 0 0
|
|
||||||
file lib/libexec/frcode 0755 0 0
|
file lib/libexec/frcode 0755 0 0
|
||||||
dir var 0755 0 0
|
dir var 0755 0 0
|
||||||
dir var/lib 0755 0 0
|
dir var/lib 0755 0 0
|
||||||
|
|
Loading…
Reference in a new issue