diff options
| author | Peter Eisentraut | 2000-10-07 18:43:23 +0000 |
|---|---|---|
| committer | Peter Eisentraut | 2000-10-07 18:43:23 +0000 |
| commit | a3578c13e60aa11bfea8508822655bb7f5caf7c8 (patch) | |
| tree | 52f53e76cdd2fa991f03a9d66121d8ff92127b20 /src/template | |
| parent | 450b62138df7b465055921dd4a592e165217c9eb (diff) | |
Separate -Wl,-E or equivalent into separate make variable, since it's only
necessary for the postgres/postmaster link, not every link.
Diffstat (limited to 'src/template')
| -rw-r--r-- | src/template/hpux | 2 |
1 files changed, 1 insertions, 1 deletions
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 |
