mirror of
https://github.com/postgres/postgres.git
synced 2026-02-16 00:57:52 -05:00
4 lines
130 B
Text
4 lines
130 B
Text
# This is required to link pg_dump because it finds pg_toupper() in
|
|
# libpq and pgport
|
|
LDFLAGS="-Wl,--allow-multiple-definition"
|
|
|