mirror of
https://github.com/termux-pacman/termux-packages.git
synced 2026-01-06 02:43:23 +00:00
inetutils: pass LIBS=-llog in make args
Should be compatible with both cross-compiling and building on device.
This commit is contained in:
@@ -25,7 +25,8 @@ TERMUX_PKG_EXTRA_CONFIGURE_ARGS="
|
||||
ac_cv_lib_crypt_crypt=no
|
||||
"
|
||||
|
||||
TERMUX_PKG_EXTRA_MAKE_ARGS="LIBS=-llog"
|
||||
|
||||
termux_step_pre_configure() {
|
||||
CPPFLAGS+=" -DLOGIN_PROCESS=6 -DDEAD_PROCESS=8 -DLOG_NFACILITIES=24"
|
||||
export LIBS="-llog" # for syslog
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user