Re: 1.1.1d build failure with no-shared

2019-11-24 Thread Claus Assmann
On Sat, Nov 23, 2019, Richard Levitte wrote: > You don't happen to have a libcrypto.so lying around in your build > directory? That was probably be the (my) mistake, sorry for the false alarm (I cannot reproduce the problem in a setup where I just untar'ed the source code). > Just now, I noticed

Re: 1.1.1d build failure with no-shared

2019-11-23 Thread Richard Levitte
You don't happen to have a libcrypto.so lying around in your build directory? Just now, I noticed that test/build.info is a bit sloppy, this patch should help: diff --git a/test/build.info b/test/build.info index e4fff15883..e5e1eef153 100644 --- a/test/build.info +++ b/test/build.info @@ -449,7

1.1.1d build failure with no-shared

2019-11-22 Thread Claus Assmann
Just FYI: trying to build openssl 1.1.1d with no-shared fails (on OpenBSD 6.5) see below. I'm not sure why test/cipher_overhead_test is needed for the build. rm -f test/cipher_overhead_test ${LDCMD:-cc} -Wa,--noexecstack -Qunused-arguments -Wall -O3 -L.-o test/cipher_overhead_test test/cipher