From: Aaron Bannert Date: Mon, 12 Nov 2001 08:40:33 +0000 (+0000) Subject: Keep track of this so I don't forget. Not entirely sure how to go about X-Git-Tag: 2.0.29~179 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=f6fae5bbfbde0fb91b4accaef78d2e16777d3b6d;p=thirdparty%2Fapache%2Fhttpd.git Keep track of this so I don't forget. Not entirely sure how to go about doing this properly, but I'll figure it out unless someone else beats me to it. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@91873 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/STATUS b/STATUS index 4f30b00c1f3..5c685c1e000 100644 --- a/STATUS +++ b/STATUS @@ -1,5 +1,5 @@ APACHE 2.0 STATUS: -*-text-*- -Last modified at [$Date: 2001/11/11 20:15:56 $] +Last modified at [$Date: 2001/11/12 08:40:33 $] Release: @@ -313,6 +313,14 @@ RELEASE NON-SHOWSTOPPERS BUT WOULD BE REAL NICE TO WRAP THESE UP: - Bring the Win9xConHook.dll from 1.3 into 2.0 (no sense till it actually works) and add in a splash of Win9x service code. + * In order to use a DSO version of mod_ssl we have to link with + -lssl and -lcrypto. A workaround is in place right now where the + entire EXTRA_LIBS macro is being appended to the objects list, but + this is a hack. We should either revamp the APACHE_CHECK_SSL_TOOLKIT + autoconf function or come up with some other autoconf checks to + search for libssl and libcrypto and properly add them to mod_ssl's + link flags. + PRs that have been suspended forever waiting for someone to put them into 'the next release':