From c2d2c44713365211990fded2b0b22c0d23394cb7 Mon Sep 17 00:00:00 2001 From: Matthias Andree Date: Sat, 4 Jan 2020 00:47:17 +0100 Subject: Add LDFLAGS=-L$with_ssl/lib when using --with-ssl. Fixes GitLab issue #9, Compile error with OpenSSL 1.1.1 on Debian Squeeze. --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index f00ba500..ea241673 100644 --- a/configure.ac +++ b/configure.ac @@ -763,7 +763,7 @@ then then ### ssl.h found under openssl. Use openssl configuration preferentially, AC_MSG_NOTICE(Enabling OpenSSL support in $with_ssl.) - test "$with_ssl" != "/usr" && CFLAGS="$CFLAGS -I$with_ssl/include" + test "$with_ssl" != "/usr" && CFLAGS="$CFLAGS -I$with_ssl/include" LDFLAGS="$LDFLAGS -L$with_ssl/lib" ### In Red Hat 9, this file includes a reference to , so we ### force the Kerberos directory onto the include path so it will build. CFLAGS="$CFLAGS -I/usr/kerberos/include" -- cgit v1.2.3