Revert "inetutils: pass `-llog` with LDFLAGS for now"

This reverts commit 944c8bf0e33a3385afc4be12fe8d6b70e95f1112.
This commit is contained in:
Leonid Pliushch 2019-08-16 18:18:43 +03:00
parent f9c9b3a359
commit 94f3f40c68
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() { termux_step_pre_configure() {
CPPFLAGS+=" -DLOGIN_PROCESS=6 -DDEAD_PROCESS=8 -DLOG_NFACILITIES=24" CPPFLAGS+=" -DLOGIN_PROCESS=6 -DDEAD_PROCESS=8 -DLOG_NFACILITIES=24"
LDFLAGS+=" -llog" # for syslog export LIBS="-llog" # for syslog
} }