mirror of
https://github.com/postgres/postgres.git
synced 2025-08-06 18:42:54 +03:00
Make sparc/solaris not use complex macr.
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
AROPT:crs
|
||||
CFLAGS:
|
||||
LIBS:-lsocket -lnsl
|
||||
SHARED_LIB:-fpic
|
||||
ALL:
|
||||
SRCH_INC:
|
||||
@@ -8,3 +9,4 @@ USE_LOCALE:no
|
||||
DLSUFFIX:.so
|
||||
YFLAGS:-d
|
||||
YACC:bison -y
|
||||
|
||||
|
@@ -1,5 +1,5 @@
|
||||
AROPT:crs
|
||||
CFLAGS:-Xa -v -D__sparc__ -D__sun__
|
||||
CFLAGS:-Xa -v -D__sparc__ -D__sun__ -DDISABLE_COMPLEX_MACRO
|
||||
SHARED_LIB:-K PIC
|
||||
ALL:
|
||||
SRCH_INC:
|
||||
|
Reference in New Issue
Block a user