net-dialup/freeradius: add LibreSSL support

Closes: https://bugs.gentoo.org/622810
Package-Manager: Portage-2.3.31, Repoman-2.3.9
This commit is contained in:
Aaron Bauman
2018-04-21 20:27:43 -04:00
parent 0322fb5a8d
commit be9ddca403
3 changed files with 15 additions and 6 deletions

View File

@@ -20,7 +20,7 @@ LICENSE="GPL-2"
SLOT="0"
IUSE="
debug firebird iodbc kerberos ldap mysql odbc oracle pam pcap
debug firebird iodbc kerberos ldap libressl mysql odbc oracle pam pcap
postgres python readline sqlite ssl
"
RESTRICT="test firebird? ( bindist )"
@@ -38,7 +38,10 @@ RDEPEND="!net-dialup/cistronradius
postgres? ( dev-db/postgresql:= )
firebird? ( dev-db/firebird )
pam? ( virtual/pam )
ssl? ( dev-libs/openssl:0= )
ssl? (
!libressl? ( dev-libs/openssl:0= )
libressl? ( dev-libs/libressl:0= )
)
ldap? ( net-nds/openldap )
kerberos? ( virtual/krb5 )
sqlite? ( dev-db/sqlite:3 )

View File

@@ -20,7 +20,7 @@ LICENSE="GPL-2"
SLOT="0"
IUSE="
debug firebird iodbc kerberos ldap mysql odbc oracle pam pcap
debug firebird iodbc kerberos ldap libressl mysql odbc oracle pam pcap
postgres python readline sqlite ssl
"
RESTRICT="test firebird? ( bindist )"
@@ -38,7 +38,10 @@ RDEPEND="!net-dialup/cistronradius
postgres? ( dev-db/postgresql:= )
firebird? ( dev-db/firebird )
pam? ( virtual/pam )
ssl? ( dev-libs/openssl:0= )
ssl? (
!libressl? ( dev-libs/openssl:0= )
libressl? ( dev-libs/libressl:0= )
)
ldap? ( net-nds/openldap )
kerberos? ( virtual/krb5 )
sqlite? ( dev-db/sqlite:3 )

View File

@@ -20,7 +20,7 @@ LICENSE="GPL-2"
SLOT="0"
IUSE="
debug firebird iodbc kerberos ldap mysql odbc oracle pam pcap
debug firebird iodbc kerberos ldap libressl mysql odbc oracle pam pcap
postgres python readline sqlite ssl
"
RESTRICT="test firebird? ( bindist )"
@@ -38,7 +38,10 @@ RDEPEND="!net-dialup/cistronradius
postgres? ( dev-db/postgresql:= )
firebird? ( dev-db/firebird )
pam? ( virtual/pam )
ssl? ( dev-libs/openssl:0= )
ssl? (
!libressl? ( dev-libs/openssl:0= )
libressl? ( dev-libs/libressl:0= )
)
ldap? ( net-nds/openldap )
kerberos? ( virtual/krb5 )
sqlite? ( dev-db/sqlite:3 )