inetutils: pass `-llog` with LDFLAGS for now

This commit is contained in:
Leonid Pliushch 2019-08-16 17:38:07 +03:00
parent c376dc4547
commit f9c9b3a359
1 changed files with 1 additions and 1 deletions

View File

@ -27,5 +27,5 @@ ac_cv_lib_crypt_crypt=no
termux_step_pre_configure() {
CPPFLAGS+=" -DLOGIN_PROCESS=6 -DDEAD_PROCESS=8 -DLOG_NFACILITIES=24"
export LIBS="-llog" # for syslog
LDFLAGS+=" -llog" # for syslog
}