Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 517706 - =net-analyzer/nethogs-0.8.0-r3 uses CFLAGS instead of CXXFLAGS
Summary: =net-analyzer/nethogs-0.8.0-r3 uses CFLAGS instead of CXXFLAGS
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo Netmon project
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: mixing-flags
  Show dependency tree
 
Reported: 2014-07-21 17:39 UTC by Chema Alonso Josa (RETIRED)
Modified: 2014-07-21 19:01 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 Chema Alonso Josa (RETIRED) gentoo-dev 2014-07-21 17:39:52 UTC
CXXFLAGS="-march=native -O2 -g0" emerge -1 =net-analyzer/nethogs-0.8.0-r3 does not respect CXXFLAGS:

[...]
x86_64-pc-linux-gnu-g++ -O2 -pipe -Wall -Wextra -c packet.cpp
x86_64-pc-linux-gnu-g++ -O2 -pipe -Wall -Wextra -c connection.cpp
x86_64-pc-linux-gnu-g++ -O2 -pipe -Wall -Wextra -c process.cpp
x86_64-pc-linux-gnu-g++ -O2 -pipe -Wall -Wextra -c refresh.cpp
x86_64-pc-linux-gnu-gcc -O2 -pipe -Wall -Wextra -c decpcap.c
[...]
Comment 1 Jeroen Roovers (RETIRED) gentoo-dev 2014-07-21 19:01:42 UTC
Fixed in -r4. Thanks for the report.