diff options
author | Steven Barth <steven@midlink.org> | 2014-07-18 12:01:33 +0200 |
---|---|---|
committer | Steven Barth <steven@midlink.org> | 2014-07-18 12:01:33 +0200 |
commit | e373aa5868d25670e9ac105f9a13b4b6c43af971 (patch) | |
tree | 7c2e8473babfa6a3b93d9c7337c89534b9ad1269 /net | |
parent | 5ca1327b7b6aca85d825dc4536d7420258fa0bba (diff) |
Disable various plugins with mising dependencies
Signed-off-by: Steven Barth <steven@midlink.org>
Diffstat (limited to 'net')
-rw-r--r-- | net/freeradius2/Makefile | 36 | ||||
-rw-r--r-- | net/rtorrent/Makefile | 2 |
2 files changed, 19 insertions, 19 deletions
diff --git a/net/freeradius2/Makefile b/net/freeradius2/Makefile index 0fb3af94e..194913d17 100644 --- a/net/freeradius2/Makefile +++ b/net/freeradius2/Makefile @@ -415,24 +415,24 @@ PKG_DICTIONARIES:= \ microsoft \ wispr \ -ifneq ($(SDK)$(CONFIG_PACKAGE_freeradius2-mod-ldap),) - CONFIGURE_ARGS+= \ - --with-rlm_ldap-include-dir="$(STAGING_DIR)/usr/include" \ - --with-rlm_ldap-lib-dir="$(STAGING_DIR)/usr/lib" - CONFIGURE_LIBS+= -lcrypto -lssl -else +#ifneq ($(SDK)$(CONFIG_PACKAGE_freeradius2-mod-ldap),) +# CONFIGURE_ARGS+= \ +# --with-rlm_ldap-include-dir="$(STAGING_DIR)/usr/include" \ +# --with-rlm_ldap-lib-dir="$(STAGING_DIR)/usr/lib" +# CONFIGURE_LIBS+= -lcrypto -lssl +#else CONFIGURE_ARGS+= --without-rlm_ldap -endif - -ifneq ($(SDK)$(CONFIG_PACKAGE_freeradius2-mod-sql-mysql),) - CONFIGURE_ARGS+= \ - --with-mysql-include-dir="$(STAGING_DIR)/usr/include" \ - --with-mysql-lib-dir="$(STAGING_DIR)/usr/lib/mysql" - CONFIGURE_LIBS+= -lz - CONFIGURE_VARS+= ac_cv_lib_mysqlclient_r_mysql_init=yes -else +#endif + +#ifneq ($(SDK)$(CONFIG_PACKAGE_freeradius2-mod-sql-mysql),) +# CONFIGURE_ARGS+= \ +# --with-mysql-include-dir="$(STAGING_DIR)/usr/include" \ +# --with-mysql-lib-dir="$(STAGING_DIR)/usr/lib/mysql" +# CONFIGURE_LIBS+= -lz +# CONFIGURE_VARS+= ac_cv_lib_mysqlclient_r_mysql_init=yes +#else CONFIGURE_ARGS+= --without-rlm_sql_mysql -endif +#endif ifneq ($(SDK)$(CONFIG_PACKAGE_freeradius2-mod-sql-pgsql),) CONFIGURE_ARGS+= \ @@ -612,13 +612,13 @@ $(eval $(call BuildPlugin,freeradius2-mod-exec,rlm_exec,modules/exec modules/ech $(eval $(call BuildPlugin,freeradius2-mod-attr-rewrite,rlm_attr_rewrite,modules/attr_rewrite,modules,)) $(eval $(call BuildPlugin,freeradius2-mod-files,rlm_files,acct_users preproxy_users users modules/files,modules,)) $(eval $(call BuildPlugin,freeradius2-mod-passwd,rlm_passwd,modules/passwd,modules,)) -$(eval $(call BuildPlugin,freeradius2-mod-ldap,rlm_ldap,ldap.attrmap modules/ldap,modules,)) +#$(eval $(call BuildPlugin,freeradius2-mod-ldap,rlm_ldap,ldap.attrmap modules/ldap,modules,)) $(eval $(call BuildPlugin,freeradius2-mod-mschap,rlm_mschap,modules/mschap,modules,)) $(eval $(call BuildPlugin,freeradius2-mod-pap,rlm_pap,modules/pap,modules,)) $(eval $(call BuildPlugin,freeradius2-mod-preprocess,rlm_preprocess,hints huntgroups modules/preprocess,modules,)) $(eval $(call BuildPlugin,freeradius2-mod-realm,rlm_realm,proxy.conf modules/realm modules/inner-eap,modules,)) $(eval $(call BuildPlugin,freeradius2-mod-sql,rlm_sql,sql.conf,)) -$(eval $(call BuildPlugin,freeradius2-mod-sql-mysql,rlm_sql_mysql,)) +#$(eval $(call BuildPlugin,freeradius2-mod-sql-mysql,rlm_sql_mysql,)) $(eval $(call BuildPlugin,freeradius2-mod-sql-pgsql,rlm_sql_postgresql,)) $(eval $(call BuildPlugin,freeradius2-mod-sql-sqlite,rlm_sql_sqlite,)) $(eval $(call BuildPlugin,freeradius2-mod-sqlcounter,rlm_sqlcounter,)) diff --git a/net/rtorrent/Makefile b/net/rtorrent/Makefile index ad4c447fa..933b869b9 100644 --- a/net/rtorrent/Makefile +++ b/net/rtorrent/Makefile @@ -90,4 +90,4 @@ endef Package/rtorrent-rpc/install = $(Package/rtorrent/install) $(eval $(call BuildPackage,rtorrent)) -$(eval $(call BuildPackage,rtorrent-rpc)) +#$(eval $(call BuildPackage,rtorrent-rpc)) |