diff options
Diffstat (limited to 'package/openssh/Makefile')
-rw-r--r-- | package/openssh/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/package/openssh/Makefile b/package/openssh/Makefile index 6a6dfa380..ea8d9e178 100644 --- a/package/openssh/Makefile +++ b/package/openssh/Makefile @@ -41,7 +41,8 @@ CONFIGURE_ARGS+= --without-kerberos5 endif CONFIGURE_STYLE:= gnu CONFIGURE_ENV+= LD='${TARGET_CC}' \ - ac_cv_func_setlogin=no + ac_cv_func_setlogin=no \ + ac_cv_lib_nsl_yp_match=no CONFIGURE_ARGS+= --disable-strip \ --disable-etc-default-login \ --disable-lastlog \ |