Mantis - postgresql_dev
Viewing Issue Advanced Details
5025 tweak always 2012-11-22 14:24 2013-10-27 09:02
jh  
raos  
normal  
closed  
fixed  
none    
none  
0005025: pg_config should not emit compiler optimization flags
pg_config does emit Sun studio optimization flags e.g.
LDFLAGS = -m32 -xarch=pentium_pro -xchip=pentium_pro -L/opt/csw/lib -L/opt/csw/lib -L/opt/csw/lib -R/opt/csw/lib

 -xchip=pentium_pro is not supported by gcc. Depending on the stuff you try to build this is imported as options to the new build. So you can't build stuff with gcc. Not sure if this is an easy fix.
Issue History
2012-11-22 14:24 jh New Issue
2012-12-09 11:01 raos Note Added: 0010238
2012-12-09 11:01 raos Assigned To => raos
2012-12-09 11:01 raos Status new => acknowledged
2012-12-09 19:26 raos Note Added: 0010240
2012-12-09 19:26 raos Status acknowledged => feedback
2012-12-17 07:57 jh Note Added: 0010243
2013-10-27 09:02 raos Note Added: 0010610
2013-10-27 09:02 raos Status feedback => closed
2013-10-27 09:02 raos Resolution open => fixed

Notes
(0010238)
raos   
2012-12-09 11:01   
Will be incorporated into upcomming release of postgresql packages.
(0010240)
raos   
2012-12-09 19:26   
Changes made. Pushing packages to unstable now.

Please let me know if it works (cursory tests indicate so, though)
(0010243)
jh   
2012-12-17 07:57   
looks good to me. Thank you for fixing
(0010610)
raos   
2013-10-27 09:02   
Done