Skip to content
Snippets Groups Projects
  • Bruce Momjian's avatar
    cf21d71a
    Attached are the three patches that were needed to get PostgreSQL · cf21d71a
    Bruce Momjian authored
    6.3.2 to compile (and run) on my Sparc Solaris 2.5.1 box. Details
    below:
    
    	pgsql.sparc.patch-template: Adds -D__sparc__ and -D__sun__,
    defintions which gcc does define, but Sun's cc does not. :(
    	pgsql.sparc.patch-makefile: Adds a define so that 'lorder'
    	is not used, as it is not found on my machine.
    
    
    Ryan Kirkpatrick
    cf21d71a
    History
    Attached are the three patches that were needed to get PostgreSQL
    Bruce Momjian authored
    6.3.2 to compile (and run) on my Sparc Solaris 2.5.1 box. Details
    below:
    
    	pgsql.sparc.patch-template: Adds -D__sparc__ and -D__sun__,
    defintions which gcc does define, but Sun's cc does not. :(
    	pgsql.sparc.patch-makefile: Adds a define so that 'lorder'
    	is not used, as it is not found on my machine.
    
    
    Ryan Kirkpatrick