Browse Source

inetutils: pass `-llog` with LDFLAGS for now

emacs-27
Leonid Plyushch 5 years ago
parent
commit
944c8bf0e3
No known key found for this signature in database GPG Key ID: 45F2964132545795
  1. 2
      packages/inetutils/build.sh

2
packages/inetutils/build.sh

@ -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
}

Loading…
Cancel
Save