Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 69511 - media-video/avifile-0.7.41.20041001 does not honour Gentoo CFLAGS
Summary: media-video/avifile-0.7.41.20041001 does not honour Gentoo CFLAGS
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All All
: High minor (vote)
Assignee: Gentoo Media-video project
URL: http://avifile.sourceforge.net/
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-10-30 08:53 UTC by Michele Noberasco (RETIRED)
Modified: 2004-11-12 02:54 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 Michele Noberasco (RETIRED) gentoo-dev 2004-10-30 08:53:42 UTC
Summary says it all.
Also, note that it uses non-consistent CFLAGS:
 gcc -DHAVE_CONFIG_H -I. -I. -I../../include -DHAVE_AV_CONFIG_H -I./.. -Wall -Wno-unused -I../../include -O4 -mcpu=i686 -march=i686 -ffast-math -fomit-frame-pointer -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE -c allcodecs.c  -fPIC -DPIC -o .libs/allcodecs.o
`-mcpu=' is deprecated. Use `-mtune=' or '-march=' instead.

Not considering -mcpu,
-O4 is useless, as gcc will treat it as if it was a -O3...
Comment 1 Patrick Kursawe (RETIRED) gentoo-dev 2004-11-12 02:54:13 UTC
It uses these CFLAGS only for FFMPEG related stuff - overriding these aswell, now (in -r1). Let's wait for the "it doesn't compile with my flags" bugs :-/