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
This commit is contained in:
Bruno G. Albuquerque 2009-02-25 10:41:12 +00:00
parent bec8576238
commit 3539f6ec6a

View File

@ -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) {