From 83b80078f13504fd5f44a94ee85429fcd9b55d97 Mon Sep 17 00:00:00 2001 From: Mikael Hallendal Date: Sat, 4 Aug 2001 12:41:01 +0000 Subject: added check for ssl, currently always disabled until someone from the server team can test this --- net-fs/samba/samba-2.2.1a.ebuild | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) (limited to 'net-fs') diff --git a/net-fs/samba/samba-2.2.1a.ebuild b/net-fs/samba/samba-2.2.1a.ebuild index bc26b802f535..ed9cd39e8113 100644 --- a/net-fs/samba/samba-2.2.1a.ebuild +++ b/net-fs/samba/samba-2.2.1a.ebuild @@ -11,7 +11,8 @@ HOMEPAGE="http://www.samba.org" DEPEND="virtual/glibc sys-devel/autoconf cups? ( net-print/cups ) pam? ( >=sys-libs/pam-0.72 ) - tcpd? ( >=sys-apps/tcp-wrappers-7.6 )" + tcpd? ( >=sys-apps/tcp-wrappers-7.6 ) + ssl? ( >=dev-libs/openssl-0.9.6 )" RDEPEND="virtual/glibc cups? ( net-print/cups )" @@ -40,6 +41,17 @@ src_compile() { # else myconf="--without-pam" # fi + +# Samba doesn't seem to work well with ssl support but I'll add the check +# anyway (otherwise it seems to be built with ssl if it finds it). This should # tested. I'll mail gentoo-dev and add a todo in wiki. /Hallski + +# if [ "`use ssl`" ] +# then +# myconf="${myconf} --with-ssl" +# else + myconf="${myconf} --without-ssl" +# fi + cd ${S}/source if [ ! "`use cups`" ] ; then cp configure.in configure.in.orig -- cgit v1.2.3-65-gdbad