Browse Source

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

This reverts commit 944c8bf0e3.
emacs-27
Leonid Plyushch 5 years ago
parent
commit
1a81e456f7
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"
LDFLAGS+=" -llog" # for syslog
export LIBS="-llog" # for syslog
}

Loading…
Cancel
Save