Disable rlm_redis/rediswho building explicitly

Disable rlm_redis/rediswho building explicitly, so the build doesn't
break because of unpackaged files, if the requirements are installed.
This commit is contained in:
Nikolai Kondrashov 2016-04-18 18:14:39 +03:00
parent 6ec790249b
commit 1ac56a7cb1

View File

@ -214,7 +214,9 @@ This plugin provides the REST support for the FreeRADIUS server project.
--without-rlm_sql_firebird \
--without-rlm_sql_db2 \
--without-rlm_sql_oracle \
--without-rlm_unbound
--without-rlm_unbound \
--without-rlm_redis \
--without-rlm_rediswho
make