mirror of https://github.com/postgres/postgres
Subject: [PATCHES] port patch: ultrix4 ultrix4 doesn't compile without this. this also fixes a problem with dynamic loading (ultrix relocatable objects must be loaded with -G 0).pull/50/head
parent
a5d7eb90a8
commit
9f2d714620
@ -1,2 +1,9 @@ |
|||||||
# install creates intermediate directories
|
# install creates intermediate directories
|
||||||
NO_BEFOREINSTL= true
|
NO_BEFOREINSTL= true
|
||||||
|
SHELL=/bin/sh5
|
||||||
|
|
||||||
|
#
|
||||||
|
# "-G 0" works for both DEC cc and GNU cc.
|
||||||
|
#
|
||||||
|
%.so: %.c |
||||||
|
$(CC) -c -G 0 $(CFLAGS) -o $@ $<
|
||||||
|
Loading…
Reference in new issue