mirror of
https://github.com/postgres/postgres.git
synced 2026-04-11 12:06:55 -04:00
7 lines
283 B
Text
7 lines
283 B
Text
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"
|