Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 466694 - app-backup/bacula-5.2.13 uses CFLAGS instead of CXXFLAGS
Summary: app-backup/bacula-5.2.13 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: Thomas Beierlein
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-04-21 15:40 UTC by Agostino Sarubbo
Modified: 2013-04-23 04:26 UTC (History)
1 user (show)

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 Agostino Sarubbo gentoo-dev 2013-04-21 15:40:40 UTC
/var/tmp/portage/app-backup/bacula-5.2.13/work/bacula-5.2.13/libtool --silent --tag=CXX --mode=compile /usr/bin/x86_64-pc-linux-gnu-g++ -D_BDB_PRIV_INTERFACE_  -c   -I. -I..  -march=native -O2 -g0 -pipe  sql_delete.c

vbp ~ # portageq envvar CXXFLAGS
-march=native -O2 -pipe
vbp ~ # portageq envvar CFLAGS
-march=native -O2 -g0 -pipe
Comment 1 Thomas Beierlein gentoo-dev 2013-04-23 04:26:35 UTC
Fixed in tree. 

+  23 Apr 2013; Thomas Beierlein <tomjbe@gentoo.org> bacula-5.2.13.ebuild:
+  Fix desktop file category (bug #466688). Use CXXFLAGS instead CFLAGS (bug
+  466694). Thanks ago for reporting
+