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

Collapse All | Expand All

(-)a/ffmpeg-1.2.6.ebuild (+6 lines)
Lines 141-146 src_configure() { Link Here
141
141
142
	local myconf="${EXTRA_FFMPEG_CONF}"
142
	local myconf="${EXTRA_FFMPEG_CONF}"
143
143
144
	# we need to disable -fstack-check if use >=gcc 4.8.0 on x86 and
145
	# hardened compiler #471755 #506206
146
	if use x86 && gcc-specs-ssp-to-all ; then
147
                append-flags $(test-flags -fstack-check=no)
148
        fi
149
144
	# options to use as use_enable in the foo[:bar] form.
150
	# options to use as use_enable in the foo[:bar] form.
145
	# This will feed configure with $(use_enable foo bar)
151
	# This will feed configure with $(use_enable foo bar)
146
	# or $(use_enable foo foo) if no :bar is set.
152
	# or $(use_enable foo foo) if no :bar is set.

Return to bug 506206