We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a64e85e commit e152949Copy full SHA for e152949
src/Makefile.shlib
@@ -6,7 +6,7 @@
6
# Copyright (c) 1998, Regents of the University of California
7
#
8
# IDENTIFICATION
9
-# $PostgreSQL: pgsql/src/Makefile.shlib,v 1.108 2007/02/11 19:31:45 tgl Exp $
+# $PostgreSQL: pgsql/src/Makefile.shlib,v 1.109 2007/02/20 22:45:57 momjian Exp $
10
11
#-------------------------------------------------------------------------
12
@@ -191,7 +191,7 @@ endif
191
192
ifeq ($(PORTNAME), solaris)
193
ifeq ($(GCC), yes)
194
- LINK.shared = $(CC) -shared
+ LINK.shared = $(COMPILER) -shared # $(COMPILER) needed for -m64
195
else
196
# CFLAGS added for X86_64
197
LINK.shared = $(CC) -G $(CFLAGS)
0 commit comments