net-ftp/proftpd: require USE=ssl for sq modules, bug #682462
authorSergei Trofimovich <slyfox@gentoo.org>
Thu, 23 May 2019 21:38:14 +0000 (22:38 +0100)
committerSergei Trofimovich <slyfox@gentoo.org>
Thu, 23 May 2019 21:38:27 +0000 (22:38 +0100)
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>
net-ftp/proftpd/proftpd-1.3.6-r3.ebuild

index da2fff59e8beb699b33e1e12d72bfea0d0c85f3a..07aed344cc8be1fe9f53560cae12bc0178ee49f9 100644 (file)
@@ -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 )