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

Collapse All | Expand All

(-)a/app-editors/emacs/emacs-25.3.ebuild (-2 / +2 lines)
Lines 220-227 src_configure() { Link Here
220
}
220
}
221
221
222
src_compile() {
222
src_compile() {
223
	export SANDBOX_ON=0			# for the unbelievers, see Bug #131505
223
	# Disable the sandbox. For the unbelievers, see bug #131505
224
	emake
224
	SANDBOX_ON=0 LD_PRELOAD="" emake
225
}
225
}
226
226
227
src_install () {
227
src_install () {

Return to bug 647238