strace: replace fputs_unlocked with fputs

This commit is contained in:
Leonid Pliushch 2019-09-26 03:02:46 +03:00
parent d99db5c11b
commit 03d6aa5c47
1 changed files with 4 additions and 0 deletions

View File

@ -11,3 +11,7 @@ st_cv_m32_mpers=no
--enable-mpers=no
--without-libdw
"
termux_step_pre_configure() {
CPPFLAGS+=" -Dfputs_unlocked=fputs"
}