1
0
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:
Peter Eisentraut
2001-02-10 16:51:40 +00:00
parent d3fb67db26
commit 8213e63d8c
3 changed files with 7 additions and 14 deletions

View File

@@ -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 $@ $<