diff options
author | Achim Gottinger <achim@gentoo.org> | 2001-06-24 20:13:37 +0000 |
---|---|---|
committer | Achim Gottinger <achim@gentoo.org> | 2001-06-24 20:13:37 +0000 |
commit | cbb2836bed2c8b3f7e9dd0f97d1fb4df3e1be3c8 (patch) | |
tree | 58118308d1358e93c26a80518b488c879b347619 /net-fs | |
parent | minor fixes for rc5 (diff) | |
download | historical-cbb2836bed2c8b3f7e9dd0f97d1fb4df3e1be3c8.tar.gz historical-cbb2836bed2c8b3f7e9dd0f97d1fb4df3e1be3c8.tar.bz2 historical-cbb2836bed2c8b3f7e9dd0f97d1fb4df3e1be3c8.zip |
minor fixes for rc5
Diffstat (limited to 'net-fs')
-rw-r--r-- | net-fs/samba-winbind/samba-winbind-20010329.ebuild | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/net-fs/samba-winbind/samba-winbind-20010329.ebuild b/net-fs/samba-winbind/samba-winbind-20010329.ebuild index d114bb151f7b..6cb3b803d84a 100644 --- a/net-fs/samba-winbind/samba-winbind-20010329.ebuild +++ b/net-fs/samba-winbind/samba-winbind-20010329.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-winbind/samba-winbind-20010329.ebuild,v 1.3 2001/05/28 14:32:32 achim Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-fs/samba-winbind/samba-winbind-20010329.ebuild,v 1.4 2001/06/24 20:13:37 achim Exp $ A=samba-tng-cvs-${PV}.tbz2 S=${WORKDIR}/tng @@ -23,7 +23,9 @@ src_compile() { local myconf if [ "`use pam`" ] then - myconf="--with-pam" + myconf="--without-pam" + echo "disabled cuz broken" +# myconf="--with-pam" else myconf="--without-pam" fi |