summaryrefslogtreecommitdiffstats
path: root/modules/ssl
diff options
context:
space:
mode:
authorKaspar Brand <kbrand@apache.org>2012-09-19 16:26:17 +0200
committerKaspar Brand <kbrand@apache.org>2012-09-19 16:26:17 +0200
commit1bd6adeac0dddbe5e1b7b7b1af158078369d2efc (patch)
treebea7f9ab3416a6eb284709f595e4c64299281e43 /modules/ssl
parentLog whether or not the restore from shm actually (diff)
downloadapache2-1bd6adeac0dddbe5e1b7b7b1af158078369d2efc.tar.xz
apache2-1bd6adeac0dddbe5e1b7b7b1af158078369d2efc.zip
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
Diffstat (limited to 'modules/ssl')
-rw-r--r--modules/ssl/config.m42
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/ssl/config.m4 b/modules/ssl/config.m4
index 8c4f7d6855..1b589d8150 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