ac_cv_func_endpwent=yes

This commit is contained in:
Lucy Phipps 2021-11-01 09:41:35 +00:00
parent 518fed1f6b
commit ee97e92bfa
No known key found for this signature in database
GPG Key ID: 8F688A3DB7869BFE
1 changed files with 1 additions and 0 deletions

View File

@ -99,6 +99,7 @@ termux_step_setup_toolchain() {
export RUSTFLAGS="-C link-arg=-Wl,-rpath=$TERMUX_PREFIX/lib -C link-arg=-Wl,--enable-new-dtags"
export ac_cv_func_getpwent=no
export ac_cv_func_endpwent=yes
export ac_cv_func_getpwnam=no
export ac_cv_func_getpwuid=no
export ac_cv_func_sigsetmask=no