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/template/hpux | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/template') diff --git a/src/template/hpux b/src/template/hpux index bc3ac1ced8..91057f3c91 100644 --- a/src/template/hpux +++ b/src/template/hpux @@ -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 -- cgit v1.2.3