Unable to disable SSL build in libshout-2.4.3
./configure --without-openssl
still do ssl tests and add
#define HAVE_OPENSSL 1
to config.h which cause tls.c and other unwanted ssl stuff to build in to library
./configure --without-openssl
still do ssl tests and add
#define HAVE_OPENSSL 1
to config.h which cause tls.c and other unwanted ssl stuff to build in to library
changed title from Unable to disable SSL build to Unable to disable SSL build in libshout-2.4.3
moved from icecast-server#2386 (moved)
Hi, I can not reproduce the issue:
$ ./configure --without-openssl
[…]
checking for pkg-config... yes
configure: SSL disabled!
checking that generated files are newer than configure... done
configure: creating ./config.status
and
$ cat config.h | rg OPENSSL
/* #undef HAVE_OPENSSL */
closed
added Needs Info label
If you can still reproduce this, please provide more information (full config.log) and feel free to re-open the issue.
reopened
Re-opening is as I reproduce now after more info was given on the ML.