Issue 86954 - python build ignores CFLAGS set in SYSBASE case
Summary: python build ignores CFLAGS set in SYSBASE case
Status: CLOSED FIXED
Alias: None
Product: Build Tools
Classification: Code
Component: code (show other issues)
Version: current
Hardware: All Solaris
: P3 Trivial (vote)
Target Milestone: ---
Assignee: rt
QA Contact: issues@tools
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-03-12 11:29 UTC by hjs
Modified: 2013-08-07 15:34 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Latest Confirmation in: ---
Developer Difficulty: ---


Attachments

Note You need to log in before you can comment on or make changes to this issue.
Description hjs 2008-03-12 11:29:28 UTC
when SYSBASE is set, compiling should be done using the includes found over
there instead of using system header.this normally can be achieved by adding
some more or less elaborate  compiler switches.
unbfortunately, pythons Makefile.pre.in just discards all CFLAGS passed to
configure...
due to some other environment tweaks, this is only known to be an issue on solaris.
Comment 1 hjs 2008-03-12 12:24:47 UTC
passing them the hard way...
Comment 2 hjs 2008-03-12 15:11:12 UTC
please verify
Comment 3 rt 2008-03-14 15:32:51 UTC
Looks (and works) good on CWS ause092 -> verified
Comment 4 rt 2008-04-04 11:30:30 UTC
closing