Skip to content
  • Tor Didriksen's avatar
    567bb732
    Bug#22932576 MYSQL5.6 DOES NOT BUILD ON SOLARIS12 · 567bb732
    Tor Didriksen authored
    For Sun Studio we must build with -std=c++03
    We must also remove this hack
    Since Sun Studio depends on seeing __attribute__ ((__weakref__))
    in order to generate correct code.
    
    Fix: sed -i -e 's/__attribute__/MY_ATTRIBUTE/g' `cat <list of srouce files>`
    567bb732
    Bug#22932576 MYSQL5.6 DOES NOT BUILD ON SOLARIS12
    Tor Didriksen authored
    For Sun Studio we must build with -std=c++03
    We must also remove this hack
    Since Sun Studio depends on seeing __attribute__ ((__weakref__))
    in order to generate correct code.
    
    Fix: sed -i -e 's/__attribute__/MY_ATTRIBUTE/g' `cat <list of srouce files>`
Loading