dropbear: do not link binaries statically
This commit is contained in:
parent
0f05595ff9
commit
1759dfe5e2
@ -9,7 +9,7 @@ TERMUX_PKG_DEPENDS="termux-auth, zlib"
|
||||
TERMUX_PKG_CONFLICTS="openssh"
|
||||
TERMUX_PKG_BUILD_IN_SRC="yes"
|
||||
|
||||
TERMUX_PKG_EXTRA_CONFIGURE_ARGS="--disable-syslog --disable-utmp --disable-utmpx --disable-wtmp"
|
||||
TERMUX_PKG_EXTRA_CONFIGURE_ARGS="--disable-syslog --disable-utmp --disable-utmpx --disable-wtmp --disable-static"
|
||||
# Avoid linking to libcrypt for server password authentication:
|
||||
TERMUX_PKG_EXTRA_CONFIGURE_ARGS+=" ac_cv_lib_crypt_crypt=no"
|
||||
# build a multi-call binary & enable progress info in 'scp'
|
||||
|
Loading…
Reference in New Issue
Block a user