summaryrefslogtreecommitdiff
path: root/net-fs
diff options
context:
space:
mode:
authorAchim Gottinger <achim@gentoo.org>2001-06-24 20:13:37 +0000
committerAchim Gottinger <achim@gentoo.org>2001-06-24 20:13:37 +0000
commit382e77f44c6d71998508b70a3bc07c9347340cfe (patch)
treeb497080998c2a9556cad6c0e44a77f919bc4dac3 /net-fs
parentminor changes for c5 (diff)
downloadgentoo-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.ebuild6
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