diff options
| author | Bruce Momjian <bruce@momjian.us> | 2001-11-11 19:20:53 +0000 |
|---|---|---|
| committer | Bruce Momjian <bruce@momjian.us> | 2001-11-11 19:20:53 +0000 |
| commit | 4552ddd5357cf38e6fd6ff11c223e931c1f04f6b (patch) | |
| tree | 56192fcd11bff5f36ba8d0066026cbdd69ccc434 /src/Makefile.shlib | |
| parent | ad511a3ff352e2b6ef94791bb27b4b670a8dcb96 (diff) | |
Fix for compiling libpq++ on Solaris with Sun SPRO6U2.
Denis A Ustimenko
Diffstat (limited to 'src/Makefile.shlib')
| -rw-r--r-- | src/Makefile.shlib | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/Makefile.shlib b/src/Makefile.shlib index 34f805ed98b..2496ad99147 100644 --- a/src/Makefile.shlib +++ b/src/Makefile.shlib @@ -6,7 +6,7 @@ # Copyright (c) 1998, Regents of the University of California # # IDENTIFICATION -# $Header: /cvsroot/pgsql/src/Makefile.shlib,v 1.55 2001/10/05 21:15:38 petere Exp $ +# $Header: /cvsroot/pgsql/src/Makefile.shlib,v 1.56 2001/11/11 19:20:53 momjian Exp $ # #------------------------------------------------------------------------- @@ -190,7 +190,7 @@ ifeq ($(PORTNAME), solaris) ifeq ($(with_gnu_ld), yes) LINK.shared += -Wl,-soname,$(soname) else - LINK.shared += -Wl,-h,$(soname) + LINK.shared += -h $(soname) endif endif |
