From: Bruce Momjian Date: Thu, 30 Oct 1997 05:36:38 +0000 (+0000) Subject: Irix LORDER addition. X-Git-Tag: REL6_3~721 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=43514b8485320fb14635ea366a03e6153f15b0e4;p=thirdparty%2Fpostgresql.git Irix LORDER addition. --- diff --git a/src/makefiles/Makefile.irix5 b/src/makefiles/Makefile.irix5 index dd297c84ab6..0aa79e28c95 100644 --- a/src/makefiles/Makefile.irix5 +++ b/src/makefiles/Makefile.irix5 @@ -1,6 +1,7 @@ # RANLIB is not used on IRIX 5 RANLIB= touch +MK_NO_LORDER= true %.so: %.o $(LD) -G -Bdynamic -shared -o $@ $<