Browse Source

- openssh: update build

master
vanhofen 2 years ago
parent
commit
453eeb329c
  1. 2
      package/openssh/openssh.mk

2
package/openssh/openssh.mk

@ -22,6 +22,8 @@ OPENSSH_CONF_OPTS = \
--with-privsep-path=/var/empty \
--with-cppflags="-pipe $(TARGET_OPTIMIZATION) $(TARGET_DEBUGGING) $(TARGET_ABI) -I$(TARGET_includedir)" \
--with-ldflags="-L$(TARGET_libdir)" \
--without-bsd-auth \
--without-kerberos5 \
--disable-strip \
--disable-lastlog \
--disable-utmp \

Loading…
Cancel
Save