mirror of
https://github.com/postgres/postgres.git
synced 2025-09-02 04:21:28 +03:00
Repair BSD/OS shared library fixes.
This commit is contained in:
@@ -15,10 +15,10 @@ endif
|
||||
ifeq ($(DLSUFFIX), .so)
|
||||
CFLAGS_SL = -fpic
|
||||
export_dynamic = -export-dynamic
|
||||
shlib_symbolic = -Bsymbolic
|
||||
shlib_symbolic = -Wl,-Bsymbolic
|
||||
else
|
||||
CFLAGS_SL =
|
||||
endif
|
||||
|
||||
%.so: %.o
|
||||
$(LD) -shared -o $@ $<
|
||||
$(CC) -shared -o $@ $<
|
||||
|
Reference in New Issue
Block a user