diff options
| author | Marc G. Fournier | 1998-04-21 12:38:46 +0000 |
|---|---|---|
| committer | Marc G. Fournier | 1998-04-21 12:38:46 +0000 |
| commit | 5e6b0a574b38debb3a1b5879f6800d2818f9e5a8 (patch) | |
| tree | 2c59b210d18702ca1118d3f3e930f625b94c1799 /src/interfaces/libpgtcl | |
| parent | 5bdda53f129789850218937dc1af48d3015139a9 (diff) | |
Try for a LINUX_ELF fix (bandage?)
Diffstat (limited to 'src/interfaces/libpgtcl')
| -rw-r--r-- | src/interfaces/libpgtcl/Makefile.in | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/interfaces/libpgtcl/Makefile.in b/src/interfaces/libpgtcl/Makefile.in index 5f78ba56ca6..fec03746983 100644 --- a/src/interfaces/libpgtcl/Makefile.in +++ b/src/interfaces/libpgtcl/Makefile.in @@ -7,7 +7,7 @@ # # # IDENTIFICATION -# $Header: /cvsroot/pgsql/src/interfaces/libpgtcl/Attic/Makefile.in,v 1.11 1998/04/06 16:52:15 momjian Exp $ +# $Header: /cvsroot/pgsql/src/interfaces/libpgtcl/Attic/Makefile.in,v 1.12 1998/04/21 12:38:32 scrappy Exp $ # #------------------------------------------------------------------------- @@ -34,6 +34,7 @@ shlib := LIBPQ = -L $(SRCDIR)/interfaces/libpq -lpq ifeq ($(PORTNAME), linux) + LINUX_ELF=@LINUX_ELF@ ifdef LINUX_ELF install-shlib-dep := install-shlib shlib := libpgtcl.so.1 |
