m4/libevent_openssl.m4


Log

Author Commit Date CI Message
yuangongji 53b3be4e 2019-10-26T22:31:18 autotools: fails build when need but can not find openssl
Fabrice Fontaine 0374b559 2019-06-08T23:44:37 m4/libevent_openssl.m4: fix detection of openssl Since commit 506df426dbeb0187bbd3654bd286b4100628fb16, OPENSSL_INCS is added to CPPFLAGS without any white space, as a result openssl detection fails on: configure:10395: checking openssl/ssl.h usability configure:10395: /home/fabrice/buildroot-test/buildroot/output/host/bin/riscv32-linux-gcc -c -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -Wall -fno-strict-aliasing -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64-I/home/fabrice/buildroot-test/buildroot/output/host/bin/../riscv32-buildroot-linux-gnu/sysroot/usr/include conftest.c >&5 <command-line>:0:0: warning: "_FILE_OFFSET_BITS" redefined <command-line>:0:0: note: this is the location of the previous definition <command-line>:0:23: error: division by zero in #if Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
Carlo Marcelo Arenas Belón 506df426 2017-08-29T00:44:57 autotools: confirm openssl is working before using latest versions of macOS provide pkg-config and libraries for an ancient version of openssl as part of the system, but no headers
Azat Khuzhin 671a24f2 2016-08-08T18:10:56 autotools/win32: fix searching ssl library
Nick Mathewson a37cbfda 2012-02-14T15:44:03 Merge remote-tracking branch 'origin/patches-2.0' Conflicts: configure.in
Harlan Stenn 674dc3d3 2011-08-27T04:06:49 Provide the autoconf m4 macros for the new OpenSSL via pkg-config stuff.