1
0
mirror of https://github.com/postgres/postgres.git synced 2025-08-18 12:22:09 +03:00

Fix at least a few shared-library problems on Linux.

We have not seen the end of this issue :-(.
This commit is contained in:
Tom Lane
1998-11-12 05:27:01 +00:00
parent 87225ca31d
commit c7d9aca135
2 changed files with 8 additions and 3 deletions

View File

@@ -6,7 +6,7 @@
# Copyright (c) 1994, Regents of the University of California
#
# IDENTIFICATION
# $Header: /cvsroot/pgsql/src/interfaces/libpq/Attic/Makefile.in,v 1.40 1998/10/19 00:00:43 tgl Exp $
# $Header: /cvsroot/pgsql/src/interfaces/libpq/Attic/Makefile.in,v 1.41 1998/11/12 05:27:01 tgl Exp $
#
#-------------------------------------------------------------------------
@@ -34,6 +34,10 @@ ifdef MULTIBYTE
OBJS+= common.o wchar.o conv.o
endif
# If crypt is a separate library, rather than part of libc,
# make sure it gets included in shared libpq.
SHLIB_LINK= $(findstring -lcrypt,$(LIBS))
# Shared library stuff, also default 'all' target
include $(SRCDIR)/Makefile.shlib