diff options
| author | Bruce Momjian | 1998-10-12 01:10:09 +0000 |
|---|---|---|
| committer | Bruce Momjian | 1998-10-12 01:10:09 +0000 |
| commit | e16634386aa76dc17d1a23877be31f0cd3aa2684 (patch) | |
| tree | c11f0aa6a0cec93c3c13cb67a5085cdc4a245676 /src/interfaces/libpq++ | |
| parent | 66f893f3fe8a41c6c758b24905058c857c039045 (diff) | |
Add SVr4 shared libraries.
Diffstat (limited to 'src/interfaces/libpq++')
| -rw-r--r-- | src/interfaces/libpq++/Makefile.in | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/src/interfaces/libpq++/Makefile.in b/src/interfaces/libpq++/Makefile.in index d2c58d04545..f3faf672638 100644 --- a/src/interfaces/libpq++/Makefile.in +++ b/src/interfaces/libpq++/Makefile.in @@ -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 |
