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

(-)/usr/portage/net-fs/samba/samba-3.5.19.ebuild (-1 / +8 lines)
Lines 152-157 Link Here
152
	has_version ">=dev-libs/iniparser-3.0.0" && \
152
	has_version ">=dev-libs/iniparser-3.0.0" && \
153
		export CPPFLAGS+=" -Diniparser_getstr\(d,i\)=iniparser_getstring\(d,i,NULL\)"
153
		export CPPFLAGS+=" -Diniparser_getstr\(d,i\)=iniparser_getstring\(d,i,NULL\)"
154
154
155
	if tc-is-cross-compiler; then
156
		export samba_cv_CC_NEGATIVE_ENUM_VALUES=yes
157
		export samba_cv_USE_SETREUID=yes
158
		export libreplace_cv_HAVE_SECURE_MKSTEMP=yes
159
	fi
160
155
	# Notes:
161
	# Notes:
156
	# - automount is only needed in conjunction with NIS and we don't have that
162
	# - automount is only needed in conjunction with NIS and we don't have that
157
	# anymore => LDAP?
163
	# anymore => LDAP?
Lines 206-212 Link Here
206
		$(use_with winbind) \
212
		$(use_with winbind) \
207
		--with-shared-modules=${SHAREDMODS} \
213
		--with-shared-modules=${SHAREDMODS} \
208
		--without-included-popt \
214
		--without-included-popt \
209
		--without-included-iniparser
215
		--without-included-iniparser \
216
		--with-libiconv="${EROOT}/usr"
210
}
217
}
211
218
212
src_compile() {
219
src_compile() {

Return to bug 446190