From: Bruce Momjian Date: Mon, 15 Mar 1999 15:20:52 +0000 (+0000) Subject: Irix fix from Jeff Johnson X-Git-Tag: REL6_5~523 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=b53ddbea5ef2c735cf9993fcc8f38a02aa2fa75d;p=postgresql Irix fix from Jeff Johnson --- diff --git a/src/makefiles/Makefile.irix5 b/src/makefiles/Makefile.irix5 index 0aa79e28c9..7cdf43cbe1 100644 --- a/src/makefiles/Makefile.irix5 +++ b/src/makefiles/Makefile.irix5 @@ -6,4 +6,5 @@ MK_NO_LORDER= true %.so: %.o $(LD) -G -Bdynamic -shared -o $@ $< +CFLAGS+= -U_NO_XOPEN4