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 | 382e77f44c6d71998508b70a3bc07c9347340cfe (patch) | |
tree | b497080998c2a9556cad6c0e44a77f919bc4dac3 /net-fs | |
parent | minor changes for c5 (diff) | |
download | gentoo-2-382e77f44c6d71998508b70a3bc07c9347340cfe.tar.gz gentoo-2-382e77f44c6d71998508b70a3bc07c9347340cfe.tar.bz2 gentoo-2-382e77f44c6d71998508b70a3bc07c9347340cfe.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 |