1
0
mirror of https://github.com/postgres/postgres.git synced 2025-09-02 04:21:28 +03:00

Fix linker options for ODBC driver. See comment in

src/interfaces/odbc/GNUmakefile.
This commit is contained in:
Peter Eisentraut
2000-12-16 18:14:25 +00:00
parent 2a81896a2a
commit 9cf0a82fc3
9 changed files with 16 additions and 3 deletions

View File

@@ -3,6 +3,8 @@ export_dynamic = -Wl,-Bexport
ifeq ($(ld_R_works), yes)
rpath = -Wl,-R$(libdir)
endif
shlib_symbolic = -Wl,-Bsymbolic
DLSUFFIX = .so
ifeq ($(GCC), yes)
CFLAGS_SL = -fpic