Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 240122 - app-shells/ksh: CFLAGS are ignored
Summary: app-shells/ksh: CFLAGS are ignored
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal (vote)
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:
Blocks:
 
Reported: 2008-10-05 20:42 UTC by Diego Elio Pettenò (RETIRED)
Modified: 2010-01-22 01:23 UTC (History)
0 users

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


Attachments
Ebuild respecting CFLAGS (ksh-93.20081104.ebuild,1.75 KB, text/plain)
2009-04-29 04:01 UTC, OxO pHz.60
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Diego Elio Pettenò (RETIRED) gentoo-dev 2008-10-05 20:42:31 UTC
I don't know the build system for this program (and this is a generic bug template so I cannot tell you which program exactly is), but my tests shows that it's not respecting CFLAGS properly.

Please look into it, since it's important to respect user CFLAGS.

Thanks,
Diego
Comment 1 OxO pHz.60 2009-04-29 04:01:33 UTC
Created attachment 189792 [details]
Ebuild respecting CFLAGS

Looking into the ebuild, the line that makes the package ignore the CFLAGS is:
strip-flags; export CCFLAGS="${CFLAGS}"

I don't have ksh installed so if can you test it to see if the CFLAGS are respected,

Although apparently the CFLAGS were ignored on purpose, so I don't know if it would be a good idea to 'unignore' them
Comment 2 Dawid Węgliński (RETIRED) gentoo-dev 2010-01-22 01:23:39 UTC
+*ksh-93.20090505 (22 Jan 2010)
+
+  22 Jan 2010; Dawid Węgliński <cla@gentoo.org> +ksh-93.20090505.ebuild:
+  Version bump
+

Version 93.20090505 fixes this issue.