[openssl-dev] DSO's on Soalris

Erik Forsberg erik at efca.com
Wed Feb 24 00:36:34 UTC 2016


after the recent changes that build engines like foo.so, I suppose
it was forgotten to update Makefile.shared for Solaris platforms.

link_dso.solaris:
        @ if $(DETECT_GNU_LD); then \
                $(DO_GNU_DSO); \
        else \
                $(CALC_VERSIONS); \
                SHLIB=lib$(LIBNAME).so; \
                SHLIB_SUFFIX=; \
                ALLSYMSFLAGS=""; \
                NOALLSYMSFLAGS=""; \
                SHAREDFLAGS="$(CFLAGS) $(SHARED_LDFLAGS) -h $$SHLIB$$SHLIB_SOVER$$SHLIB_SUFFIX -Wl,-Bsymbolic"; \
        fi; \
        $(LINK_SO_DSO)

I removed the lib prefix from SHLIB in order to pass all the tests
that tries to load the ossltest engine.

I assume that was the decision, right ?


More information about the openssl-dev mailing list