mirror of
https://github.com/postgres/postgres.git
synced 2026-04-22 22:59:54 -04:00
9 lines
365 B
Text
9 lines
365 B
Text
# $PostgreSQL: pgsql/src/template/cygwin,v 1.7 2006/03/11 04:38:40 momjian Exp $
|
|
|
|
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 -Wl,--enable-auto-import"
|
|
# --enable-auto-import gets rid of a diagnostics linker message
|
|
LDFLAGS_SL="-Wl,--enable-auto-import"
|