diff options
-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 |