mirror of
https://github.com/postgres/postgres.git
synced 2025-09-03 15:22:11 +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:
@@ -1,4 +1,4 @@
|
||||
LDFLAGS+= -Wl,-Bexport
|
||||
export_dynamic = -Wl,-Bexport
|
||||
|
||||
%.so: %.o
|
||||
$(LD) -G -Bdynamic -o $@ $<
|
||||
|
Reference in New Issue
Block a user