mirror of
https://github.com/postgres/postgres.git
synced 2026-03-05 14:54:02 -05:00
From: Robert E. Bruccoleri <bruc@bms.com>
Fixes: Shared objects are not linked correctly
This commit is contained in:
parent
e56f1d60a5
commit
cc349d2c87
1 changed files with 2 additions and 1 deletions
|
|
@ -3,5 +3,6 @@
|
|||
RANLIB= touch
|
||||
|
||||
%.so: %.o
|
||||
$(LD) -G -Bdynamic -o $@ $< $(LDFLAGS)
|
||||
$(LD) -G -Bdynamic -shared -o $@ $< $(
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue