Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 57063 | Differences between
and this patch

Collapse All | Expand All

(-)samba-3.0.4-r1.ebuild.orig (-1 / +7 lines)
Lines 2-8 Link Here
2
# Distributed under the terms of the GNU General Public License v2
2
# Distributed under the terms of the GNU General Public License v2
3
# $Header: /var/cvsroot/gentoo-x86/net-fs/samba/samba-3.0.4-r1.ebuild,v 1.10 2004/07/13 23:39:23 kloeri Exp $
3
# $Header: /var/cvsroot/gentoo-x86/net-fs/samba/samba-3.0.4-r1.ebuild,v 1.10 2004/07/13 23:39:23 kloeri Exp $
4
4
5
inherit eutils
5
inherit eutils flag-o-matic
6
6
7
IUSE="kerberos mysql postgres xml xml2 acl cups ldap pam readline python doc"
7
IUSE="kerberos mysql postgres xml xml2 acl cups ldap pam readline python doc"
8
IUSE="${IUSE} oav"
8
IUSE="${IUSE} oav"
Lines 54-59 Link Here
54
	find . -name .cvsignore | xargs rm -f
54
	find . -name .cvsignore | xargs rm -f
55
	find . -name CVS | xargs rm -rf
55
	find . -name CVS | xargs rm -rf
56
56
57
	#Fix #57063 
58
	if [ "${ARCH}" = "ppp" ]
59
	then
60
	  replace-flags -O? -O1
61
	fi
62
	
57
	# Add patch(es)
63
	# Add patch(es)
58
	# This patchset fixes Samba bugs #1315, #1319 and #1345
64
	# This patchset fixes Samba bugs #1315, #1319 and #1345
59
	# courtesy of Gerald Carter (jerry@samba.org)
65
	# courtesy of Gerald Carter (jerry@samba.org)

Return to bug 57063