From: Kaspar Brand Date: Wed, 19 Sep 2012 14:26:17 +0000 (+0000) Subject: switch back to MOD_SSL_LDADD, as suggested by jorton X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3a0f2a3e54669ed9ceeb7a3472cc91423c48d798;p=thirdparty%2Fapache%2Fhttpd.git switch back to MOD_SSL_LDADD, as suggested by jorton git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1387610 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/modules/ssl/config.m4 b/modules/ssl/config.m4 index 8c4f7d6855e..1b589d8150d 100644 --- a/modules/ssl/config.m4 +++ b/modules/ssl/config.m4 @@ -43,7 +43,7 @@ APACHE_MODULE(ssl, [SSL/TLS support (mod_ssl)], $ssl_objs, , most, [ if test "x$enable_ssl" = "xshared"; then # The only symbol which needs to be exported is the module # structure, so ask libtool to hide everything else: - APR_ADDTO(MOD_LDFLAGS, [-export-symbols-regex ssl_module]) + APR_ADDTO(MOD_SSL_LDADD, [-export-symbols-regex ssl_module]) fi else enable_ssl=no