summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Väth <martin@mvath.de>2016-09-02 20:27:32 +0200
committerMartin Väth <martin@mvath.de>2016-09-02 20:29:02 +0200
commit016e53f0f0da9976d93daf37c374750446e5dcc7 (patch)
tree5bfdee5c4fe4ecd8f7248a84ab589172d622f29c /mail-client/alpine/files/2.00-lcrypto.patch
parentnet-misc/openrdate: Copy from gentoo repository to fix WANT_AUTOMAKE (diff)
downloadmv-016e53f0f0da9976d93daf37c374750446e5dcc7.tar.gz
mv-016e53f0f0da9976d93daf37c374750446e5dcc7.tar.bz2
mv-016e53f0f0da9976d93daf37c374750446e5dcc7.zip
mail-client/alpine: Copy from gentoo repository to fix pam and ncurses dep
Diffstat (limited to 'mail-client/alpine/files/2.00-lcrypto.patch')
-rw-r--r--mail-client/alpine/files/2.00-lcrypto.patch12
1 files changed, 12 insertions, 0 deletions
diff --git a/mail-client/alpine/files/2.00-lcrypto.patch b/mail-client/alpine/files/2.00-lcrypto.patch
new file mode 100644
index 00000000..b0601503
--- /dev/null
+++ b/mail-client/alpine/files/2.00-lcrypto.patch
@@ -0,0 +1,12 @@
+diff -urp alpine-2.00.org/configure.ac alpine-2.00/configure.ac
+--- alpine-2.00.org/configure.ac 2008-08-08 19:11:31.000000000 +0200
++++ alpine-2.00/configure.ac 2011-11-24 12:01:47.741607522 +0100
+@@ -954,7 +954,7 @@ dnl provide SSL support?
+ if test "x$alpine_SSLTYPE" != "xnone" ; then
+ AC_SEARCH_LIBS(SSL_library_init,ssl,
+ [
+- LIBS="$LIBS -lssl"
++ LIBS="$LIBS -lcrypto"
+ ])
+ if test "x$alpine_SSLTYPE" = "xnone" ; then
+ AC_MSG_NOTICE([OpenSSL libraries NOT found])