blob: 830750185bfdf02ce535d227a86b948a968676c5 (
plain)
1
2
3
4
5
6
7
8
9
|
# $PostgreSQL$
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"
|