[COPY] --- T2-COPYRIGHT-BEGIN --- [COPY] t2/package/*/findutils/findutils.desc [COPY] Copyright (C) 2004 - 2025 The T2 SDE Project [COPY] Copyright (C) 1998 - 2003 ROCK Linux Project [COPY] SPDX-License-Identifier: GPL-2.0 [COPY] --- T2-COPYRIGHT-END --- [I] GNU find utils [T] This package contains the GNU find, xargs, and locate programs. find [T] and xargs comply with POSIX 1003.2, as far as I know. They also [T] support some additional options, some borrowed from Unix and some [T] unique to GNU. [U] https://www.gnu.org/software/findutils/ [A] The GNU Project / FSF [A] James Youngman [M] Rene Rebe [C] base/tool [F] CROSS DIETLIBC [L] GPL [S] Stable [V] 4.10.0 [P] X 0-2--5---9 107.200 [D] 9d95d2ae129b990354e6a1903fba7774f62cb8c6788b2c07f9be590e findutils-4.10.0.tar.xz https://ftp.gnu.org/pub/gnu/findutils/ if ! atstage toolchain; then # don't do this in stage level 0, where $root/usr is a symlink to $root/ fu_pm() { # INSTALL_WRAPPER_FILTER needs to be empty to not filter the symlink INSTALL_WRAPPER_FILTER= ln -sfv ../../bin/find $root/usr/bin/find INSTALL_WRAPPER_FILTER= ln -sfv ../../bin/xargs $root/usr/bin/xargs rmdir $root/usr/var || true } var_append INSTALL_WRAPPER_FILTER '|' \ "sed -e 's,usr/bin/find,bin/find,' -e 's,usr/bin/xargs,bin/xargs,'" hook_add postmake 3 "fu_pm" fi case $arch in avr32|blackfin|sparc) var_append confopt ' ' --disable-year2038 ;; esac export CFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE" export CFLAGS="$CFLAGS -D_FILE_OFFSET_BITS=64"