]> git.pld-linux.org Git - packages/ssmtp.git/blob - ssmtp-ssl.patch
- rediff patch, rebuild with openssl 3.0.0, rel 8
[packages/ssmtp.git] / ssmtp-ssl.patch
1 diff -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
7  
8 -       LIBS="$LIBS -lssl"
9 +       LIBS="$LIBS -lssl -lcrypto"
10  fi
11  enableval=""
12  
13 diff -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,
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.104768 seconds and 3 git commands to generate.