[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#597150: marked as done (gold fails to link ssmtp)



Your message dated Thu, 11 Sep 2025 17:27:53 +0200
with message-id <aMLqeeDG1wnjsQi4@duagon-BXN3S64.localdomain>
and subject line gold fails to link ssmtp
has caused the Debian Bug report #597150,
regarding gold fails to link ssmtp
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact owner@bugs.debian.org
immediately.)


-- 
597150: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=597150
Debian Bug Tracking System
Contact owner@bugs.debian.org with problems
--- Begin Message ---
Package: ssmtp
Version: 2.64-4
Owner: Raymes Khoury <raymes.khoury@gmail.com>
Tags: patch

On Thu, Sep 16, 2010 at 05:21:57PM -0700, Raymes Khoury wrote:
>Hi,
>
>I just filed a bug on gentoo bugzilla but this should be upstreamed.
>Please refer to: https://bugs.gentoo.org/show_bug.cgi?id=337730
>
>Thanks,
>
>Raymes

Raymes, thank you for the patch below.

diff -ru ssmtp/configure ssmtp.patched/configure
--- ssmtp/configure	2010-09-16 17:10:00.000000000 -0700
+++ ssmtp.patched/configure	2010-09-16 17:09:11.000000000 -0700
@@ -4420,7 +4420,7 @@
 #define HAVE_SSL 1
 _ACEOF
 
-	LIBS="$LIBS -lssl"
+	LIBS="$LIBS -lssl -lcrypto"
 fi
 enableval=""
 
diff -ru ssmtp/configure.in ssmtp.patched/configure.in
--- ssmtp/configure.in	2010-09-16 17:09:51.000000000 -0700
+++ ssmtp.patched/configure.in	2010-09-16 17:09:11.000000000 -0700
@@ -52,7 +52,7 @@
 [  --enable-ssl           support for secure connection to mail server])
 if test x$enableval = xyes ; then
 	AC_DEFINE(HAVE_SSL)
-	LIBS="$LIBS -lssl"
+	LIBS="$LIBS -lssl -lcrypto"
 fi
 enableval=""
 



--- End Message ---
--- Begin Message ---
Version: 2.64-13

--- End Message ---

Reply to: