mirror of
https://github.com/void-linux/void-packages.git
synced 2025-09-04 02:52:58 +02:00
findutils: update to 4.10.0
Co-authored-by: Duncaen <duncaen@voidlinux.org> Co-authored-by: classabbyamp <void@placeviolette.net>
This commit is contained in:
parent
28fd538c09
commit
08956ba5bc
2 changed files with 19 additions and 2 deletions
11
srcpkgs/findutils/patches/fix-musl.patch
Normal file
11
srcpkgs/findutils/patches/fix-musl.patch
Normal file
|
@ -0,0 +1,11 @@
|
|||
--- a/Makefile.am
|
||||
+++ b/Makefile.am
|
||||
@@ -35,7 +35,7 @@ DISTCLEANFILES = tool-versions.txt
|
||||
|
||||
|
||||
# "gnulib-tests" is the gnulib unit test dir.
|
||||
-SUBDIRS = gl build-aux lib find xargs locate doc po m4 gnulib-tests
|
||||
+SUBDIRS = gl build-aux lib find xargs locate doc po m4
|
||||
|
||||
ALL_RECURSIVE_TARGETS =
|
||||
|
|
@ -1,21 +1,27 @@
|
|||
# Template file for 'findutils'
|
||||
pkgname=findutils
|
||||
version=4.9.0
|
||||
version=4.10.0
|
||||
revision=1
|
||||
bootstrap=yes
|
||||
build_style=gnu-configure
|
||||
configure_args="--program-prefix=g"
|
||||
hostmakedepends="automake gettext"
|
||||
short_desc="GNU Find Utilities"
|
||||
maintainer="Enno Boland <gottox@voidlinux.org>"
|
||||
license="GPL-3.0-or-later"
|
||||
homepage="http://www.gnu.org/software/findutils"
|
||||
changelog="https://git.savannah.gnu.org/cgit/findutils.git/plain/NEWS"
|
||||
distfiles="${GNU_SITE}/${pkgname}/${pkgname}-${version}.tar.xz"
|
||||
checksum=a2bfb8c09d436770edc59f50fa483e785b161a3b7b9d547573cb08065fd462fe
|
||||
checksum=1387e0b67ff247d2abde998f90dfbf70c1491391a59ddfecb8ae698789f0a4f5
|
||||
|
||||
case $XBPS_TARGET_MACHINE in
|
||||
arm*) configure_args+=" --disable-year2038";;
|
||||
esac
|
||||
|
||||
if [ "$XBPS_TARGET_LIBC" = musl ]; then
|
||||
export ac_cv_lib_error_at_line=no
|
||||
export ac_cv_header_sys_cdefs_h=no
|
||||
checkdepends+=" musl-legacy-compat"
|
||||
fi
|
||||
|
||||
alternatives="
|
||||
|
|
Loading…
Add table
Reference in a new issue