Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 204671 - app-admin/powertweak-0.99.5-r1: making aware of external C*FLAGS
Summary: app-admin/powertweak-0.99.5-r1: making aware of external C*FLAGS
Status: RESOLVED WONTFIX
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: High minor
Assignee: No maintainer - Look at https://wiki.gentoo.org/wiki/Project:Proxy_Maintainers if you want to take care of it
URL:
Whiteboard:
Keywords:
Depends on: 231837
Blocks:
  Show dependency tree
 
Reported: 2008-01-06 21:41 UTC by Aleksey Shipilev
Modified: 2008-11-19 15:24 UTC (History)
0 users

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


Attachments
powertweak patch (powertweak-0.99.5-cflags.patch,469 bytes, patch)
2008-01-06 21:44 UTC, Aleksey Shipilev
Details | Diff
ebuild patch (powertweak-0.99.5-ebuild.patch,709 bytes, patch)
2008-01-06 21:45 UTC, Aleksey Shipilev
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Aleksey Shipilev 2008-01-06 21:41:05 UTC
For now powertweak build system do not favor CFLAGS provided by enviroment (and thus, /etc/make.conf). Problem is hardcoded CFLAGS in configure.in. This issue gives the patch for either configure.in and ebuild that invokes autoconf before actual compilation.

Reproducible: Always

Steps to Reproduce:
1. emerge powertweak
2. watch the ./configure output
Actual Results:  
powertweak 0.99.5
Configuration:
--------------

XML libs:       -L/usr/lib -lxml2 -lz -lm
XML cflags:     -I/usr/include/libxml2
CFLAGS:         -O2 -g -Wall -W -fno-common
CPPFLAGS:       -Wall -W
Mouse-enabled:  yes



Expected Results:  
powertweak 0.99.5
Configuration:
--------------

XML libs:       -L/usr/lib -lxml2 -lz -lm
XML cflags:     -I/usr/include/libxml2
CFLAGS:         [your CFLAGS here] -Wall -W -fno-common
CPPFLAGS:       [your CPPFLAGS here] -Wall -W
Mouse-enabled:  yes
Comment 1 Aleksey Shipilev 2008-01-06 21:44:47 UTC
Created attachment 140317 [details, diff]
powertweak patch

Proposed patch to powertweak build system
Comment 2 Aleksey Shipilev 2008-01-06 21:45:23 UTC
Created attachment 140319 [details, diff]
ebuild patch

Proposed patch for app-admin/powertweak-0.99.5-r1 ebuild
Comment 3 Jeremy Olexa (darkside) (RETIRED) archtester gentoo-dev Security 2008-11-19 15:24:39 UTC
removed from tree -> WONTFIX