1
0
mirror of https://github.com/postgres/postgres.git synced 2025-11-07 19:06:32 +03:00

Add SVr4 shared libraries.

This commit is contained in:
Bruce Momjian
1998-10-12 01:10:09 +00:00
parent 66f893f3fe
commit e16634386a
5 changed files with 49 additions and 4 deletions

View File

@@ -7,7 +7,7 @@
#
#
# IDENTIFICATION
# $Header: /cvsroot/pgsql/src/interfaces/libpq++/Attic/Makefile.in,v 1.5 1998/10/12 01:04:00 momjian Exp $
# $Header: /cvsroot/pgsql/src/interfaces/libpq++/Attic/Makefile.in,v 1.6 1998/10/12 01:10:07 momjian Exp $
#
#-------------------------------------------------------------------------
@@ -71,6 +71,13 @@ ifeq ($(PORTNAME), solaris_i386)
CFLAGS += $(CFLAGS_SL)
endif
ifeq ($(PORTNAME), svr4)
INSTALL-SHLIB-DEP := install-shlib
SHLIB := libpq++.so.1
LDFLAGS_SL = -G -shared -soname $(SHLIB)
CFLAGS += $(CFLAGS_SL)
endif
ifeq ($(PORTNAME), unixware)
install-shlib-dep := install-shlib
shlib := libpq.so.1