mirror of
https://github.com/postgres/postgres.git
synced 2025-08-27 07:42:10 +03:00
Allow win32/cygwin link against the first matching library symbol rather
than erroring out. This is the Unix behavior.
This commit is contained in:
@@ -0,0 +1,4 @@
|
||||
# This is required to link pg_dump because it finds pg_toupper() in
|
||||
# libpq and pgport
|
||||
LDFLAGS="-Wl,--allow-multiple-definition"
|
||||
|
||||
|
Reference in New Issue
Block a user