mirror of
https://github.com/postgres/postgres.git
synced 2025-09-02 04:21:28 +03:00
Fixes for Solaris/cc suggested by <pgsql-hackers@thewrittenword.com>
Don't use DISABLE_COMPLEX_MACRO on Solaris. Don't define the replacement function in the header file. Use -KPIC, not -K PIC. Use CC to link C++ libraries, not ld/ar. Eliminate file not found warnings in tcl build code.
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
AROPT:cq
|
||||
CFLAGS:
|
||||
SHARED_LIB:-K PIC
|
||||
SHARED_LIB:-KPIC
|
||||
ALL:
|
||||
SRCH_INC:
|
||||
SRCH_LIB:
|
||||
|
@@ -1,6 +1,6 @@
|
||||
AROPT:crs
|
||||
CFLAGS:-Xa -v -D__sparc__ -D__sun__ -DDISABLE_COMPLEX_MACRO
|
||||
SHARED_LIB:-K PIC
|
||||
CFLAGS:-Xa -v -D__sparc__ -D__sun__
|
||||
SHARED_LIB:-KPIC
|
||||
ALL:
|
||||
SRCH_INC:
|
||||
SRCH_LIB:
|
||||
|
Reference in New Issue
Block a user