Leonid Plyushch
5 years ago
No known key found for this signature in database
GPG Key ID: 45F2964132545795
1 changed files with
1 additions and
1 deletions
-
packages/inetutils/build.sh
|
@ -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 |
|
|
} |
|
|
} |
|
|