Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit eaa1df2

Browse files
committed
From: Tom Lane <tgl@sss.pgh.pa.us> ... which causes it to build and install the shared version of libpgtcl under the wrong name, on HPUX only. Patch against today's sources follows.
1 parent af73db0 commit eaa1df2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/interfaces/libpgtcl/Makefile.in

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
#
88
#
99
# IDENTIFICATION
10-
# $Header: /cvsroot/pgsql/src/interfaces/libpgtcl/Attic/Makefile.in,v 1.14 1998/05/12 21:44:01 momjian Exp $
10+
# $Header: /cvsroot/pgsql/src/interfaces/libpgtcl/Attic/Makefile.in,v 1.15 1998/05/24 03:48:58 scrappy Exp $
1111
#
1212
#-------------------------------------------------------------------------
1313

@@ -75,7 +75,7 @@ endif
7575

7676
ifeq ($(PORTNAME), hpux)
7777
install-shlib-dep := install-shlib
78-
shlib := libpq.sl
78+
shlib := libpgtcl.sl
7979
LDFLAGS_SL = -b
8080
CFLAGS += $(CFLAGS_SL)
8181
endif

0 commit comments

Comments
 (0)