1
0
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:
Peter Eisentraut
2000-10-07 18:43:23 +00:00
parent 450b62138d
commit a3578c13e6
12 changed files with 16 additions and 14 deletions

View File

@@ -1,4 +1,4 @@
LDFLAGS+= -Wl,-Bexport
export_dynamic = -Wl,-Bexport
%.so: %.o
$(LD) -G -Bdynamic -o $@ $<