diff options
| author | Tom Lane <tgl@sss.pgh.pa.us> | 2004-12-21 18:47:42 +0000 |
|---|---|---|
| committer | Tom Lane <tgl@sss.pgh.pa.us> | 2004-12-21 18:47:42 +0000 |
| commit | 71d21577de945a1fdf16f85a30d756c8d1aeaee3 (patch) | |
| tree | d83c8b0cdbb9773a584ad5a00d6449c38a53faf3 /src/makefiles/Makefile.hpux | |
| parent | 96b42de9a8f72fd42bc95abca820f7daaa4c7add (diff) | |
| download | postgresql-71d21577de945a1fdf16f85a30d756c8d1aeaee3.tar.gz | |
Add '-Wl,' prefix to linker switches consistently. Remove shlib_symbolic
macros, which aren't used anywhere and haven't been for some time.
Diffstat (limited to 'src/makefiles/Makefile.hpux')
| -rw-r--r-- | src/makefiles/Makefile.hpux | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/makefiles/Makefile.hpux b/src/makefiles/Makefile.hpux index f8be012b9f..dc2e3406f6 100644 --- a/src/makefiles/Makefile.hpux +++ b/src/makefiles/Makefile.hpux @@ -33,7 +33,6 @@ endif # set up appropriate options for shared library builds export_dynamic = -Wl,-E -shlib_symbolic = -Bsymbolic INSTALL_SHLIB_OPTS = -m 555 |
