You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
postgres/src/template/cygwin

8 lines
296 B

# src/template/cygwin
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"