mirror of
https://github.com/postgres/postgres.git
synced 2026-06-01 05:18:58 -04:00
0d3b8e9a50
than erroring out. This is the Unix behavior.
5 lines
130 B
Plaintext
5 lines
130 B
Plaintext
# This is required to link pg_dump because it finds pg_toupper() in
|
|
# libpq and pgport
|
|
LDFLAGS="-Wl,--allow-multiple-definition"
|
|
|