diff options
Diffstat (limited to 'mail-mta/ssmtp/files/ssmtp-2.62-darwin-crypto.patch')
-rw-r--r-- | mail-mta/ssmtp/files/ssmtp-2.62-darwin-crypto.patch | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/mail-mta/ssmtp/files/ssmtp-2.62-darwin-crypto.patch b/mail-mta/ssmtp/files/ssmtp-2.62-darwin-crypto.patch deleted file mode 100644 index 94b52d60a883..000000000000 --- a/mail-mta/ssmtp/files/ssmtp-2.62-darwin-crypto.patch +++ /dev/null @@ -1,18 +0,0 @@ -Fix linking error: - -Undefined symbols: - "_X509_free", referenced from: - _smtp_open in ssmtp.o -ld: symbol(s) not found - - ---- configure.in -+++ configure.in -@@ -53,6 +53,6 @@ - if test x$enableval = xyes ; then - AC_DEFINE(HAVE_SSL) -- LIBS="$LIBS -lssl" -+ LIBS="$LIBS -lssl -lcrypto" - fi - enableval="" - |