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

(-)pam-0.78-r5-orig.ebuild (-1 / +2 lines)
Lines 169-174 Link Here
169
169
170
		#echo db_cv_mutex=UNIX/fcntl > config.cache
170
		#echo db_cv_mutex=UNIX/fcntl > config.cache
171
		#./s_config
171
		#./s_config
172
		CC="$(tc-getCC)" \
172
		CFLAGS="${CFLAGS} -fPIC" \
173
		CFLAGS="${CFLAGS} -fPIC" \
173
		../dist/configure \
174
		../dist/configure \
174
			--host=${CHOST} \
175
			--host=${CHOST} \
Lines 192-198 Link Here
192
		# XXX: hack out O_DIRECT support in db4 for now.
193
		# XXX: hack out O_DIRECT support in db4 for now.
193
		#	   (Done above now with --disable-o_direct now)
194
		#	   (Done above now with --disable-o_direct now)
194
195
195
		make CC="$(tc-getCC)" || die "BDB build failed"
196
		make || die "BDB build failed"
196
		make install || die
197
		make install || die
197
	fi
198
	fi
198
199

Return to bug 163757