From 3539f6ec6ab1f71a0447f21520e92737bb31cfe5 Mon Sep 17 00:00:00 2001 From: "Bruno G. Albuquerque" Date: Wed, 25 Feb 2009 10:41:12 +0000 Subject: [PATCH] Added a TODO related to the runtime loader + OpenSSL problem. git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@29321 a95241bf-73f2-0310-859d-f6bbb57e9c96 --- src/preferences/mail/Jamfile | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/src/preferences/mail/Jamfile b/src/preferences/mail/Jamfile index ab7957f867..3e8797611d 100644 --- a/src/preferences/mail/Jamfile +++ b/src/preferences/mail/Jamfile @@ -10,6 +10,12 @@ UsePrivateHeaders mail ; SubDirHdrs [ FDirName $(HAIKU_TOP) headers os add-ons mail_daemon ] ; +# TODO(bga): E-mail preferences does not really need to link against the +# OpenSSL libraries. Remove this after problems with the runtile loader are +# sorted up. Details here: +# +# http://www.freelists.org/post/haiku-development/Runtime-loader-problem + local sslDir ; if $(USE_SSL) {