Might this be related to https://github.com/openssl/openssl/issues/7406 and
https://github.com/openssl/openssl/pull/7420 ?

Nicola

On Wed, 17 Oct 2018 at 15:12, Steffen Nurpmeso <stef...@sdaoden.eu> wrote:

> Hello, and fyi.
>
> I have built final 1.1.1 yesterday on AlpineLinux musl after
> running a prelease from end of May before.  My makefile rule for
> this box is (excerpt)
>
>         ./config --prefix=$(MYPREFIX) zlib-dynamic no-hw shared \
>                 no-deprecated no-async no-tests \
>                 -DOPENSSL_NO_ASYNC \
>                 -Wl,-rpath,'$(LIBRPATH)' &&\
>         make &&\
>         $(SUDO) make install_sw && $(SUDO) make install_ssldirs; \
>
> The -DOPENSSL_NO_ASYNC i had to add yesterday, no-async alone was
> not enough.  (I have forgotten whether this was necessary in May,
> but most likely not.)
>
> --steffen
> |
> |Der Kragenbaer,                The moon bear,
> |der holt sich munter           he cheerfully and one by one
> |einen nach dem anderen runter  wa.ks himself off
> |(By Robert Gernhardt)
> --
> openssl-users mailing list
> To unsubscribe: https://mta.openssl.org/mailman/listinfo/openssl-users
>
-- 
openssl-users mailing list
To unsubscribe: https://mta.openssl.org/mailman/listinfo/openssl-users

Reply via email to