mirror of
https://github.com/postgres/postgres.git
synced 2025-05-05 09:19:17 +03:00
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
This commit is contained in:
parent
0e9b05bde9
commit
efebe2605e
@ -6,7 +6,7 @@
|
|||||||
# Copyright (c) 1998, Regents of the University of California
|
# Copyright (c) 1998, Regents of the University of California
|
||||||
#
|
#
|
||||||
# IDENTIFICATION
|
# IDENTIFICATION
|
||||||
# $Header: /cvsroot/pgsql/src/Makefile.shlib,v 1.68 2003/09/10 03:56:33 momjian Exp $
|
# $Header: /cvsroot/pgsql/src/Makefile.shlib,v 1.69 2003/09/14 13:33:08 momjian Exp $
|
||||||
#
|
#
|
||||||
#-------------------------------------------------------------------------
|
#-------------------------------------------------------------------------
|
||||||
|
|
||||||
@ -191,7 +191,7 @@ ifeq ($(PORTNAME), unixware)
|
|||||||
else
|
else
|
||||||
LINK.shared = $(CC) -G
|
LINK.shared = $(CC) -G
|
||||||
endif
|
endif
|
||||||
LINK.shared += -Wl,-z,text -Wl,-h,$(libdir)/$(soname)
|
LINK.shared += -Wl,-z,text -Wl,-h,$(soname)
|
||||||
endif
|
endif
|
||||||
|
|
||||||
ifeq ($(PORTNAME), cygwin)
|
ifeq ($(PORTNAME), cygwin)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user