Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 376925

Summary: media-libs/x264-0.0.20110426 does not respect CFLAGS
Product: Gentoo Linux Reporter: Agostino Sarubbo <ago>
Component: New packagesAssignee: Gentoo Media-video project <media-video>
Status: RESOLVED FIXED    
Severity: minor CC: nikoli
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

Description Agostino Sarubbo gentoo-dev 2011-07-29 13:40:04 UTC
x86_64-pc-linux-gnu-gcc -Wshadow -O1 -g -march=native -O2 -g0 -Wall -I. -march=native -O2 -g0 -std=gnu99 -fPIC -fno-tree-vectorize   -c -o encoder/lookahead.o encoder/lookahead.c


Please drop -g and -O1(is overwrited by -O2 but since you're touching go to good job )

This modify, imho, should be added directly in a new bump in a bug 376923
Comment 1 Patrick McLean gentoo-dev 2011-09-07 02:26:11 UTC
Added custom-cflags USE flag to media-libs/x264-0.0.20110825 to respect -O? flag and drop -g flag when USE=debug is set. Added as a USE flag as upstream doesn't like us playing around with their CFLAGS.