Browse Source

dropbear: do not link binaries statically

android-5
Leonid Plyushch 6 years ago
parent
commit
8d1a3959fa
No known key found for this signature in database GPG Key ID: 45F2964132545795
  1. 2
      packages/dropbear/build.sh

2
packages/dropbear/build.sh

@ -8,7 +8,7 @@ TERMUX_PKG_DEPENDS="libutil,termux-auth"
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…
Cancel
Save