1
0
mirror of https://github.com/postgres/postgres.git synced 2025-07-28 23:42:10 +03:00

Miscellaneous Cygwin build fixes from Reini Urban.

This commit is contained in:
Tom Lane
2004-11-17 17:46:24 +00:00
parent ede8f4e311
commit 5d72ef83fd
5 changed files with 34 additions and 12 deletions

View File

@ -2,5 +2,6 @@ SRCH_LIB="/usr/local/lib"
# This is required to link pg_dump because it finds pg_toupper() in
# libpq and pgport
LDFLAGS="-Wl,--allow-multiple-definition"
LDFLAGS="-Wl,--allow-multiple-definition -Wl,--enable-auto-import"
# --enable-auto-import gets rid of a diagnostics linker message
LDFLAGS_SL="-Wl,--enable-auto-import"