File tree 2 files changed +4
-4
lines changed
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 6
6
# Copyright (c) 1998, Regents of the University of California
7
7
#
8
8
# IDENTIFICATION
9
- # $Header: /cvsroot/pgsql/src/Makefile.shlib,v 1.55 2001/10/05 21:15:38 petere Exp $
9
+ # $Header: /cvsroot/pgsql/src/Makefile.shlib,v 1.56 2001/11/11 19:20:53 momjian Exp $
10
10
#
11
11
#-------------------------------------------------------------------------
12
12
@@ -190,7 +190,7 @@ ifeq ($(PORTNAME), solaris)
190
190
ifeq ($(with_gnu_ld), yes)
191
191
LINK.shared += -Wl,-soname,$(soname)
192
192
else
193
- LINK.shared += -Wl,-h, $(soname)
193
+ LINK.shared += -h $(soname)
194
194
endif
195
195
endif
196
196
Original file line number Diff line number Diff line change 1
- # $Header: /cvsroot/pgsql/src/makefiles/Makefile.solaris,v 1.7 2001/08/29 19:14:40 petere Exp $
1
+ # $Header: /cvsroot/pgsql/src/makefiles/Makefile.solaris,v 1.8 2001/11/11 19:20:53 momjian Exp $
2
2
3
3
AROPT = crs
4
4
5
5
ifeq ($(with_gnu_ld), yes)
6
6
export_dynamic = -Wl,-E
7
7
rpath = -Wl,-rpath,$(libdir)
8
8
else
9
- rpath = -Wl,- R$(libdir)
9
+ rpath = -R$(libdir)
10
10
endif
11
11
shlib_symbolic = -Wl,-Bsymbolic
12
12
You can’t perform that action at this time.
0 commit comments