mirror of
https://github.com/postgres/postgres.git
synced 2025-07-30 11:03:19 +03:00
Here is a patch to make PostgreSQL use a full path in DT_SONAME for
UnixWare. Larry Rosenman
This commit is contained in:
@ -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.67 2003/03/21 17:18:34 petere Exp $
|
# $Header: /cvsroot/pgsql/src/Makefile.shlib,v 1.68 2003/09/10 03:56:33 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,$(soname)
|
LINK.shared += -Wl,-z,text -Wl,-h,$(libdir)/$(soname)
|
||||||
endif
|
endif
|
||||||
|
|
||||||
ifeq ($(PORTNAME), cygwin)
|
ifeq ($(PORTNAME), cygwin)
|
||||||
|
Reference in New Issue
Block a user