From: jow Date: Tue, 7 Feb 2012 12:57:39 +0000 (+0000) Subject: [packages] yafc: disable all optional features like socks, socks5, krb4, krb5 or... X-Git-Url: http://207.154.207.93/?a=commitdiff_plain;h=c8011c767418ea8d749a3fd1f03a95c6686b11bc;p=packages.git [packages] yafc: disable all optional features like socks, socks5, krb4, krb5 or gssapi to prevent configure from picking up host includes git-svn-id: svn://svn.openwrt.org/openwrt/packages@30351 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- 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