aboutsummaryrefslogtreecommitdiffstats
path: root/main/ssmtp/libcrypto-underlinking.patch
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2012-01-03 09:39:02 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2012-01-03 10:04:44 +0000
commit825163e06e2d0c82a9bf2e0255cfee66790ac178 (patch)
tree17d888045e89f4b576ce90a051fc790ff24b6893 /main/ssmtp/libcrypto-underlinking.patch
parentcd1a2a838522299d7b28d89497433a4484a961bb (diff)
downloadaports-825163e06e2d0c82a9bf2e0255cfee66790ac178.tar.bz2
aports-825163e06e2d0c82a9bf2e0255cfee66790ac178.tar.xz
main/ssmtp: fix underlinking to libcrypto
and cleanup unused patch
Diffstat (limited to 'main/ssmtp/libcrypto-underlinking.patch')
-rw-r--r--main/ssmtp/libcrypto-underlinking.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/main/ssmtp/libcrypto-underlinking.patch b/main/ssmtp/libcrypto-underlinking.patch
new file mode 100644
index 0000000000..4928f271cf
--- /dev/null
+++ b/main/ssmtp/libcrypto-underlinking.patch
@@ -0,0 +1,11 @@
+--- ./configure.in.orig
++++ ./configure.in
+@@ -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=""
+