diff options
author | Renato Botelho <garga@FreeBSD.org> | 2014-09-25 15:12:41 -0300 |
---|---|---|
committer | Renato Botelho <garga@FreeBSD.org> | 2014-09-25 15:12:41 -0300 |
commit | a8ef0a3be06c30a7ede39fcf467dbab54f3eac94 (patch) | |
tree | 590f77a094fd5da09e7c1346471e3c7a5bc13dfa | |
parent | 3d7901cefc587e5d26e510b473862ae2ad3a5f4f (diff) | |
download | pfsense-packages-a8ef0a3be06c30a7ede39fcf467dbab54f3eac94.tar.gz pfsense-packages-a8ef0a3be06c30a7ede39fcf467dbab54f3eac94.tar.bz2 pfsense-packages-a8ef0a3be06c30a7ede39fcf467dbab54f3eac94.zip |
Force freeradius2 to use SSL from ports, it may help #3816
-rw-r--r-- | pkg_config.10.xml | 2 | ||||
-rw-r--r-- | pkg_config.8.xml | 2 | ||||
-rw-r--r-- | pkg_config.8.xml.amd64 | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/pkg_config.10.xml b/pkg_config.10.xml index d07cc915..628b45c5 100644 --- a/pkg_config.10.xml +++ b/pkg_config.10.xml @@ -799,7 +799,7 @@ <port>net/freeradius2</port> <ports_after>shells/bash</ports_before> </build_pbi> - <build_options>freeradius_SET_FORCE=KERBEROS MYSQL PGSQL PERL PYTHON LDAP</build_options> + <build_options>freeradius_SET_FORCE=KERBEROS MYSQL PGSQL PERL PYTHON LDAP SSL_PORT</build_options> </package> <package> <name>bandwidthd</name> diff --git a/pkg_config.8.xml b/pkg_config.8.xml index 2708474c..7ce7ff54 100644 --- a/pkg_config.8.xml +++ b/pkg_config.8.xml @@ -1081,7 +1081,7 @@ <ports_before>security/krb5</ports_before> <port>net/freeradius2</port> </build_pbi> - <build_options>freeradius_SET=KERBEROS MYSQL PGSQL PERL PYTHON LDAP</build_options> + <build_options>freeradius_SET=KERBEROS MYSQL PGSQL PERL PYTHON LDAP SSL_PORT</build_options> </package> <package> <name>bandwidthd</name> diff --git a/pkg_config.8.xml.amd64 b/pkg_config.8.xml.amd64 index 8e7fbe38..e1813f6d 100644 --- a/pkg_config.8.xml.amd64 +++ b/pkg_config.8.xml.amd64 @@ -1068,7 +1068,7 @@ <ports_before>security/krb5</ports_before> <port>net/freeradius2</port> </build_pbi> - <build_options>freeradius_SET=KERBEROS MYSQL PGSQL PERL PYTHON LDAP</build_options> + <build_options>freeradius_SET=KERBEROS MYSQL PGSQL PERL PYTHON LDAP SSL_PORT</build_options> </package> <package> <name>bandwidthd</name> |