Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 156252 - media-libs/libmpeg2-0.4.0b forces -O3 in CFLAGS
Summary: media-libs/libmpeg2-0.4.0b forces -O3 in CFLAGS
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Library (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Gentoo Media-video project
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-11-25 14:35 UTC by SpanKY
Modified: 2006-11-26 11:51 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description SpanKY gentoo-dev 2006-11-25 14:35:37 UTC
i dont have -O3 in my CFLAGS yet when i emerge, libmpeg2 is built with it ...
Comment 1 Alexis Ballier gentoo-dev 2006-11-26 05:40:25 UTC
-       emake LIBMPEG2_CFLAGS= || die "emake failed"
+       emake OPT_CFLAGS="${CFLAGS}" MPEG2DEC_CFLAGS="${CFLAGS}" LIBMPEG2_CFLAGS= || die "emake failed"



Fixed.
Comment 2 SpanKY gentoo-dev 2006-11-26 11:51:12 UTC
and with that change, the configure.in munging is no longer needed :)