diff --git a/net/yafc/Makefile b/net/yafc/Makefile index 7ea0e94e7..90608748b 100644 --- a/net/yafc/Makefile +++ b/net/yafc/Makefile @@ -30,6 +30,13 @@ define Package/yafc endef # uses GNU configure +CONFIGURE_ARGS += \ + --with-socks=no \ + --with-socks5=no \ + --with-krb4=no \ + --with-krb5=no \ + --with-gssapi=no + CONFIGURE_VARS += \ bash_cv_func_sigsetjmp=missing