mirror of
https://github.com/postgres/postgres.git
synced 2026-04-15 22:10:45 -04: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"
|
|
|