diff options
author | Sergei Trofimovich <slyfox@gentoo.org> | 2019-05-23 22:38:14 +0100 |
---|---|---|
committer | Sergei Trofimovich <slyfox@gentoo.org> | 2019-05-23 22:38:27 +0100 |
commit | 0ea3c30e366804459326c2e45e04a33ce875b1ed (patch) | |
tree | 8b0734aae685123bd328099cd7ec774703de0c7e /net-ftp | |
parent | sys-power/intel-undervolt: add live ebuild (diff) | |
download | gentoo-0ea3c30e366804459326c2e45e04a33ce875b1ed.tar.gz gentoo-0ea3c30e366804459326c2e45e04a33ce875b1ed.tar.bz2 gentoo-0ea3c30e366804459326c2e45e04a33ce875b1ed.zip |
net-ftp/proftpd: require USE=ssl for sq modules, bug #682462
Rolf Eike Beer reports build failure on USE=-ssl setup:
mod_sql_passwd.c:47:3: error:
#error "OpenSSL support required (--enable-openssl)"
Reported-by: Rolf Eike Beer
Closes: https://bugs.gentoo.org/682462
Package-Manager: Portage-2.3.66, Repoman-2.3.12
Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
Diffstat (limited to 'net-ftp')
-rw-r--r-- | net-ftp/proftpd/proftpd-1.3.6-r3.ebuild | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/net-ftp/proftpd/proftpd-1.3.6-r3.ebuild b/net-ftp/proftpd/proftpd-1.3.6-r3.ebuild index da2fff59e8be..07aed344cc8b 100644 --- a/net-ftp/proftpd/proftpd-1.3.6-r3.ebuild +++ b/net-ftp/proftpd/proftpd-1.3.6-r3.ebuild @@ -34,7 +34,12 @@ IUSE="acl authfile ban +caps case clamav copy ctrls deflate diskuse doc dso dynm REQUIRED_USE="ban? ( ctrls ) msg? ( ctrls ) sftp? ( ssl ) - shaper? ( ctrls )" + shaper? ( ctrls ) + + mysql? ( ssl ) + postgres? ( ssl ) + sqlite? ( ssl ) +" CDEPEND="acl? ( virtual/acl ) caps? ( sys-libs/libcap ) |