Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 352868
Collapse All | Expand All

(-)samba-3.5.6.ebuild.ori (-1 / +7 lines)
Lines 16-22 Link Here
16
SLOT="0"
16
SLOT="0"
17
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86"
17
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86"
18
IUSE="acl addns ads aio avahi caps +client cluster cups debug doc examples fam
18
IUSE="acl addns ads aio avahi caps +client cluster cups debug doc examples fam
19
	ldap ldb +netapi pam quota +readline +server +smbclient smbsharemodes swat
19
	ipv6 ldap ldb +netapi pam quota +readline +server +smbclient smbsharemodes swat
20
	syslog winbind "
20
	syslog winbind "
21
21
22
DEPEND="dev-libs/popt
22
DEPEND="dev-libs/popt
Lines 190-195 Link Here
190
		--with-shared-modules=${SHAREDMODS} \
190
		--with-shared-modules=${SHAREDMODS} \
191
		--without-included-popt \
191
		--without-included-popt \
192
		--without-included-iniparser
192
		--without-included-iniparser
193
194
	if ! use ipv6 ; then
195
		einfo "Trying to disable IPv6 support if it was detected at	all"
196
		sed -i 's#D\["HAVE_IPV6"\]=" 1"#D["HAVE_IPV6"]=" 0"#' config.status
197
		./config.status
198
	fi
193
}
199
}
194
200
195
src_compile() {
201
src_compile() {

Return to bug 352868