Fix xslt_process() to ensure that it inserts a NULL terminator after the
[PostgreSQL.git] / src / template / cygwin
blob830750185bfdf02ce535d227a86b948a968676c5
1 # $PostgreSQL$
3 SRCH_LIB="/usr/local/lib"
5 # This is required to link pg_dump because it finds pg_toupper() in
6 # libpq and pgport
7 LDFLAGS="-Wl,--allow-multiple-definition -Wl,--enable-auto-import"
8 # --enable-auto-import gets rid of a diagnostics linker message
9 LDFLAGS_SL="-Wl,--enable-auto-import"