findutils: fix musl bootstrap under some conditions
This commit is contained in:
parent
170144419e
commit
62b0730792
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue