From a3578c13e60aa11bfea8508822655bb7f5caf7c8 Mon Sep 17 00:00:00 2001 From: Peter Eisentraut Date: Sat, 7 Oct 2000 18:43:23 +0000 Subject: Separate -Wl,-E or equivalent into separate make variable, since it's only necessary for the postgres/postmaster link, not every link. --- src/makefiles/Makefile.openbsd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/makefiles/Makefile.openbsd') diff --git a/src/makefiles/Makefile.openbsd b/src/makefiles/Makefile.openbsd index 14ebbfecf33..ef9fbbee641 100644 --- a/src/makefiles/Makefile.openbsd +++ b/src/makefiles/Makefile.openbsd @@ -1,5 +1,5 @@ ifdef ELF_SYSTEM -LDFLAGS += -Wl,-E +export_dynamic = -Wl,-E endif %.so: %.o ifdef ELF_SYSTEM -- cgit v1.2.3