From: Bruce Momjian Date: Sun, 19 Jul 1998 05:02:51 +0000 (+0000) Subject: Make sparc/solaris not use complex macr. X-Git-Tag: REL6_4_2~767 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=b41468dad25833a2dc0be5cdb4dec4b6c2418779;p=postgresql Make sparc/solaris not use complex macr. --- diff --git a/src/template/dgux b/src/template/dgux index 0cd6f2d369..4a041f1fc2 100644 --- a/src/template/dgux +++ b/src/template/dgux @@ -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 + diff --git a/src/template/solaris_sparc_cc b/src/template/solaris_sparc_cc index e805a809e7..af831008f6 100644 --- a/src/template/solaris_sparc_cc +++ b/src/template/solaris_sparc_cc @@ -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: