mirror of
https://github.com/postgres/postgres.git
synced 2025-07-31 22:04:40 +03:00
From: Robert E. Bruccoleri <bruc@bms.com>
Fixes: Shared objects are not linked correctly
This commit is contained in:
@ -3,5 +3,6 @@
|
|||||||
RANLIB= touch
|
RANLIB= touch
|
||||||
|
|
||||||
%.so: %.o
|
%.so: %.o
|
||||||
$(LD) -G -Bdynamic -o $@ $< $(LDFLAGS)
|
$(LD) -G -Bdynamic -shared -o $@ $< $(
|
||||||
|
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user