mirror of
https://github.com/postgres/postgres.git
synced 2025-07-30 11:03:19 +03:00
Separate -Wl,-E or equivalent into separate make variable, since it's only
necessary for the postgres/postmaster link, not every link.
This commit is contained in:
@ -7,7 +7,7 @@ if test "$GCC" = yes ; then
|
||||
DL_LIB=/usr/lib/libdld.sl
|
||||
CCC=g++
|
||||
else
|
||||
CFLAGS='-Wl,-E -Ae'
|
||||
CFLAGS=-Ae
|
||||
SHARED_LIB=+z
|
||||
CPP='cc -E -Ae'
|
||||
CCC=aCC
|
||||
|
Reference in New Issue
Block a user