mirror of
https://github.com/postgres/postgres.git
synced 2025-08-09 17:03:00 +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
|
||||
|
||||
%.so: %.o
|
||||
$(LD) -G -Bdynamic -o $@ $< $(LDFLAGS)
|
||||
$(LD) -G -Bdynamic -shared -o $@ $< $(
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user