]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
switch back to MOD_SSL_LDADD, as suggested by jorton
authorKaspar Brand <kbrand@apache.org>
Wed, 19 Sep 2012 14:26:17 +0000 (14:26 +0000)
committerKaspar Brand <kbrand@apache.org>
Wed, 19 Sep 2012 14:26:17 +0000 (14:26 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1387610 13f79535-47bb-0310-9956-ffa450edef68

modules/ssl/config.m4

index 8c4f7d6855e8d36d426c75743e12c103ba296811..1b589d8150d307569f8806b34008709144661bd5 100644 (file)
@@ -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