Skip to content

Commit 24549df

Browse files
committed
Don't make shared libraries for i386_solaris yet...it doesn't work
1 parent ef12012 commit 24549df

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

src/interfaces/ecpg/lib/Makefile.in

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -25,12 +25,12 @@ ifeq ($(PORTNAME), bsd)
2525
LDFLAGS_SL = -x -Bshareable -Bforcearchive
2626
CFLAGS += $(CFLAGS_SL)
2727
endif
28-
ifeq ($(PORTNAME), i386_solaris)
29-
install-shlib-dep := install-shlib
30-
shlib := libecpg.so.$(SO_MAJOR_VERSION).$(SO_MINOR_VERSION)
31-
LDFLAGS_SL = -G -z text
32-
CFLAGS += $(CFLAGS_SL)
33-
endif
28+
#ifeq ($(PORTNAME), i386_solaris)
29+
# install-shlib-dep := install-shlib
30+
# shlib := libecpg.so.$(SO_MAJOR_VERSION).$(SO_MINOR_VERSION)
31+
# LDFLAGS_SL = -G -z text
32+
# CFLAGS += $(CFLAGS_SL)
33+
#endif
3434
ifeq ($(PORTNAME), univel)
3535
install-shlib-dep := install-shlib
3636
shlib := libecpg.so.1

0 commit comments

Comments
 (0)