blob: b2fe3640c6061be0cd8ed4d749fe9456d35fb218 (
plain)
1
2
3
4
5
6
7
8
|
# $PostgreSQL: pgsql/src/template/cygwin,v 1.8 2010/07/05 18:54:38 tgl Exp $
SRCH_LIB="/usr/local/lib"
# --allow-multiple-definition is required to link pg_dump because it finds
# pg_toupper() in both libpq and pgport
# --enable-auto-import gets rid of a diagnostics linker message
LDFLAGS="-Wl,--allow-multiple-definition -Wl,--enable-auto-import"
|