diff options
author | Marc G. Fournier <scrappy@hub.org> | 1998-02-19 17:02:25 +0000 |
---|---|---|
committer | Marc G. Fournier <scrappy@hub.org> | 1998-02-19 17:02:25 +0000 |
commit | 24549df4bf9f1fc413bfc6a2ffe889b9002698b0 (patch) | |
tree | c3ec3dd4d548003f2e30f86d09db4f836a783f62 /src | |
parent | ef12012e5b21c3c417195f104e1eea9027e77a4b (diff) | |
download | postgresql-24549df4bf9f1fc413bfc6a2ffe889b9002698b0.tar.gz postgresql-24549df4bf9f1fc413bfc6a2ffe889b9002698b0.zip |
Don't make shared libraries for i386_solaris yet...it doesn't work
Diffstat (limited to 'src')
-rw-r--r-- | src/interfaces/ecpg/lib/Makefile.in | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/src/interfaces/ecpg/lib/Makefile.in b/src/interfaces/ecpg/lib/Makefile.in index d540b29d792..a8206118a09 100644 --- a/src/interfaces/ecpg/lib/Makefile.in +++ b/src/interfaces/ecpg/lib/Makefile.in @@ -25,12 +25,12 @@ ifeq ($(PORTNAME), bsd) LDFLAGS_SL = -x -Bshareable -Bforcearchive CFLAGS += $(CFLAGS_SL) endif -ifeq ($(PORTNAME), i386_solaris) - install-shlib-dep := install-shlib - shlib := libecpg.so.$(SO_MAJOR_VERSION).$(SO_MINOR_VERSION) - LDFLAGS_SL = -G -z text - CFLAGS += $(CFLAGS_SL) -endif +#ifeq ($(PORTNAME), i386_solaris) +# install-shlib-dep := install-shlib +# shlib := libecpg.so.$(SO_MAJOR_VERSION).$(SO_MINOR_VERSION) +# LDFLAGS_SL = -G -z text +# CFLAGS += $(CFLAGS_SL) +#endif ifeq ($(PORTNAME), univel) install-shlib-dep := install-shlib shlib := libecpg.so.1 |