diff options
author | Achim Gottinger <achim@gentoo.org> | 2001-06-23 16:46:36 +0000 |
---|---|---|
committer | Achim Gottinger <achim@gentoo.org> | 2001-06-23 16:46:36 +0000 |
commit | 1e36f9baa7e8c2e22bc81574244459dd1bfd0544 (patch) | |
tree | b00212780cbbeaa718584dc180a1e185d080ea1c /net-fs | |
parent | Fixed gpm dependencie (diff) | |
download | gentoo-2-1e36f9baa7e8c2e22bc81574244459dd1bfd0544.tar.gz gentoo-2-1e36f9baa7e8c2e22bc81574244459dd1bfd0544.tar.bz2 gentoo-2-1e36f9baa7e8c2e22bc81574244459dd1bfd0544.zip |
Disabled pam support cuz it does not work atm
Diffstat (limited to 'net-fs')
-rw-r--r-- | net-fs/samba/samba-2.2.0-r2.ebuild | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/net-fs/samba/samba-2.2.0-r2.ebuild b/net-fs/samba/samba-2.2.0-r2.ebuild index 415dbf1cdb4e..602c37cfbbce 100644 --- a/net-fs/samba/samba-2.2.0-r2.ebuild +++ b/net-fs/samba/samba-2.2.0-r2.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2000 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later # Author Achim Gottinger <achim@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/net-fs/samba/samba-2.2.0-r2.ebuild,v 1.2 2001/06/09 05:25:53 achim Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-fs/samba/samba-2.2.0-r2.ebuild,v 1.3 2001/06/23 16:46:36 achim Exp $ S=${WORKDIR}/${P} DESCRIPTION="Samba :)" @@ -18,7 +18,9 @@ src_compile() { local myconf if [ "`use pam`" ] then - myconf="--with-pam" + echo "pam support does not work atm!" + myconf="--without-pam" + #myconf="--with-pam" else myconf="--without-pam" fi |