From 15e2a44274e9af57a61b75357f75ecedd953cbfb Mon Sep 17 00:00:00 2001 From: Joe Orton Date: Sat, 6 Mar 2004 16:47:41 +0000 Subject: [PATCH] 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 | 15 +++++++++------ modules/ssl/config.m4 | 3 ++- support/Makefile.in | 3 ++- 3 files changed, 13 insertions(+), 8 deletions(-) diff --git a/acinclude.m4 b/acinclude.m4 index 8c620e8309..b77199d6be 100644 --- a/acinclude.m4 +++ b/acinclude.m4 @@ -176,7 +176,7 @@ AC_DEFUN(APACHE_MODPATH_ADD,[ modpath_static="$modpath_static $libname" cat >>$modpath_current/modules.mk<