inetutils: pass -llog
with LDFLAGS for now
This commit is contained in:
parent
c376dc4547
commit
f9c9b3a359
@ -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"
|
||||||
export LIBS="-llog" # for syslog
|
LDFLAGS+=" -llog" # for syslog
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user