mirror of
https://github.com/postgres/postgres.git
synced 2025-06-22 02:52:08 +03:00
From: Robert Bruccoleri <bruc@bms.com>
One more Irix related patch for Dynamic Linking
This commit is contained in:
@ -3,6 +3,6 @@
|
|||||||
RANLIB= touch
|
RANLIB= touch
|
||||||
|
|
||||||
%.so: %.o
|
%.so: %.o
|
||||||
$(LD) -G -Bdynamic -shared -o $@ $< $(
|
$(LD) -G -Bdynamic -shared -o $@ $<
|
||||||
|
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user