1
0
mirror of https://github.com/postgres/postgres.git synced 2025-08-19 23:22:23 +03:00

Fix for compiling libpq++ on Solaris with Sun SPRO6U2.

Denis A Ustimenko
This commit is contained in:
Bruce Momjian
2001-11-11 19:20:53 +00:00
parent ad511a3ff3
commit 4552ddd535
2 changed files with 4 additions and 4 deletions

View File

@@ -1,4 +1,4 @@
# $Header: /cvsroot/pgsql/src/makefiles/Makefile.solaris,v 1.7 2001/08/29 19:14:40 petere Exp $
# $Header: /cvsroot/pgsql/src/makefiles/Makefile.solaris,v 1.8 2001/11/11 19:20:53 momjian Exp $
AROPT = crs
@@ -6,7 +6,7 @@ ifeq ($(with_gnu_ld), yes)
export_dynamic = -Wl,-E
rpath = -Wl,-rpath,$(libdir)
else
rpath = -Wl,-R$(libdir)
rpath = -R$(libdir)
endif
shlib_symbolic = -Wl,-Bsymbolic