]> granicus.if.org Git - apache/commit
Fix use of mod_ssl as a DSO linked against static SSL libraries; also
authorJoe Orton <jorton@apache.org>
Sat, 6 Mar 2004 16:47:41 +0000 (16:47 +0000)
committerJoe Orton <jorton@apache.org>
Sat, 6 Mar 2004 16:47:41 +0000 (16:47 +0000)
commit15e2a44274e9af57a61b75357f75ecedd953cbfb
tree786db5b00e8c7a6e236dd0f416ac4213064953d1
parent7bc45b484553bf91064b224dd5442328aa34f728
Fix use of mod_ssl as a DSO linked against static SSL libraries; also
stop linking all of support/* against the SSL libraries:

* acinclude.m4 (APACHE_MODULE): Define MOD_FOO_LDADD which each
module .la library will be linked against.
(APACHE_MODPATH_ADD): Link static modules against the provided libraries.
(APACHE_CHECK_SSL_TOOLKIT): Put SSL libraries in SSL_LIBS and export
that to config_vars.mk.

* support/Makefile.in: Link ab against SSL_LIBS.

* modules/ssl/config.m4: Add SSL_LIBS and distcache libraries to
MOD_SSL_LDADD.

PR: 17217

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@102870 13f79535-47bb-0310-9956-ffa450edef68
acinclude.m4
modules/ssl/config.m4
support/Makefile.in