]> git.pld-linux.org Git - packages/ssmtp.git/blame - ssmtp-ssl.patch
- rediff patch, rebuild with openssl 3.0.0, rel 8
[packages/ssmtp.git] / ssmtp-ssl.patch
CommitLineData
379e4f0d
JR
1diff -urNp -x '*.orig' ssmtp-2.64.org/configure ssmtp-2.64/configure
2--- ssmtp-2.64.org/configure 2008-03-06 21:53:03.000000000 +0100
3+++ ssmtp-2.64/configure 2021-10-03 21:46:24.811012739 +0200
4@@ -1562,7 +1562,7 @@ if test x$enableval = xyes ; then
5 #define HAVE_SSL 1
6 EOF
efe9b749 7
8- LIBS="$LIBS -lssl"
9+ LIBS="$LIBS -lssl -lcrypto"
10 fi
11 enableval=""
12
379e4f0d
JR
13diff -urNp -x '*.orig' ssmtp-2.64.org/configure.in ssmtp-2.64/configure.in
14--- ssmtp-2.64.org/configure.in 2021-10-03 21:46:24.781012522 +0200
15+++ ssmtp-2.64/configure.in 2021-10-03 21:46:24.811012739 +0200
16@@ -51,7 +51,7 @@ AC_ARG_ENABLE(ssl,
efe9b749 17 [ --enable-ssl support for secure connection to mail server])
18 if test x$enableval = xyes ; then
19 AC_DEFINE(HAVE_SSL)
20- LIBS="$LIBS -lssl"
21+ LIBS="$LIBS -lssl -lcrypto"
22 fi
23 enableval=""
24
This page took 0.091352 seconds and 4 git commands to generate.