Skip to content

Commit efebe26

Browse files
committed
Since I haven't gotten a reply, can someone REVERT the lines in
src/Makefile.shlib that adds $(libdir)/$(soname) for port,eq,unixware to $(soname)? Larry Rosenman
1 parent 0e9b05b commit efebe26

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Makefile.shlib

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
# Copyright (c) 1998, Regents of the University of California
77
#
88
# IDENTIFICATION
9-
# $Header: /cvsroot/pgsql/src/Makefile.shlib,v 1.68 2003/09/10 03:56:33 momjian Exp $
9+
# $Header: /cvsroot/pgsql/src/Makefile.shlib,v 1.69 2003/09/14 13:33:08 momjian Exp $
1010
#
1111
#-------------------------------------------------------------------------
1212

@@ -191,7 +191,7 @@ ifeq ($(PORTNAME), unixware)
191191
else
192192
LINK.shared = $(CC) -G
193193
endif
194-
LINK.shared += -Wl,-z,text -Wl,-h,$(libdir)/$(soname)
194+
LINK.shared += -Wl,-z,text -Wl,-h,$(soname)
195195
endif
196196

197197
ifeq ($(PORTNAME), cygwin)

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy