findutils: fix musl bootstrap under some conditions

This commit is contained in:
q66 2021-06-09 05:14:47 +02:00
parent 170144419e
commit 62b0730792
1 changed files with 5 additions and 0 deletions

View File

@ -13,6 +13,11 @@ changelog="https://git.savannah.gnu.org/cgit/findutils.git/plain/NEWS"
distfiles="${GNU_SITE}/${pkgname}/${pkgname}-${version}.tar.xz"
checksum=57127b7e97d91282c6ace556378d5455a9509898297e46e10443016ea1387164
if [ "$XBPS_TARGET_LIBC" = musl ]; then
export ac_cv_lib_error_at_line=no
export ac_cv_header_sys_cdefs_h=no
fi
alternatives="
xargs:xargs:/usr/bin/gxargs
xargs:xargs.1:/usr/share/man/man1/gxargs.1