File tree Expand file tree Collapse file tree 1 file changed +7
-1
lines changed Expand file tree Collapse file tree 1 file changed +7
-1
lines changed Original file line number Diff line number Diff line change 22#
33# Makefile for the pltcl shared object
44#
5- # $Header: /cvsroot/pgsql/src/pl/tcl/Makefile,v 1.20 2000/07/01 15:02:31 petere Exp $
5+ # $Header: /cvsroot/pgsql/src/pl/tcl/Makefile,v 1.21 2000/07/17 01:26:42 tgl Exp $
66#
77# -------------------------------------------------------------------------
88
@@ -39,9 +39,15 @@ ifneq ($(TCL_SHLIB_LD_LIBS),)
3939# link command for a shared lib must mention shared libs it uses
4040SHLIB_EXTRA_LIBS =$(TCL_LIBS ) -lc
4141else
42+ ifeq ($(PORTNAME ) , hpux)
43+ # link command for a shared lib must mention shared libs it uses,
44+ # even though Tcl doesn't think so...
45+ SHLIB_EXTRA_LIBS =$(TCL_LIBS ) -lc
46+ else
4247# link command for a shared lib must NOT mention shared libs it uses
4348SHLIB_EXTRA_LIBS =
4449endif
50+ endif
4551
4652% $(TCL_SHLIB_SUFFIX ) : % .o
4753 $(TCL_SHLIB_LD ) -o $@ $< $(TCL_LIB_SPEC ) $(SHLIB_EXTRA_LIBS )
You can’t perform that action at this time.
0 commit comments