diff options
author | Stefan Eissing <icing@apache.org> | 2017-08-08 13:37:48 +0200 |
---|---|---|
committer | Stefan Eissing <icing@apache.org> | 2017-08-08 13:37:48 +0200 |
commit | 8349ec156178ec03a74fb1fb1e26547e33a65be9 (patch) | |
tree | e2d1255b79edaf589c09afa5d93aee7789d038c2 /modules/md/config2.m4 | |
parent | first configure+compile version (diff) | |
download | apache2-8349ec156178ec03a74fb1fb1e26547e33a65be9.tar.xz apache2-8349ec156178ec03a74fb1fb1e26547e33a65be9.zip |
building separate lib and static linking it into mod_md
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/trunk-md@1804402 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'modules/md/config2.m4')
-rw-r--r-- | modules/md/config2.m4 | 18 |
1 files changed, 2 insertions, 16 deletions
diff --git a/modules/md/config2.m4 b/modules/md/config2.m4 index 62b809fd6e..820d7cb8c4 100644 --- a/modules/md/config2.m4 +++ b/modules/md/config2.m4 @@ -246,25 +246,9 @@ dnl # list of module object files md_objs="dnl mod_md.lo dnl md_config.lo dnl -md_core.lo dnl -md_crypt.lo dnl -md_curl.lo dnl -md_http.lo dnl -md_json.lo dnl -md_jws.lo dnl -md_log.lo dnl md_os.lo dnl -md_reg.lo dnl -md_store.lo dnl -md_store_fs.lo dnl -md_util.lo dnl -md_acme.lo dnl -md_acme_acct.lo dnl -md_acme_authz.lo dnl -md_acme_drive.lo dnl " - dnl # hook module into the Autoconf mechanism (--enable-md) APACHE_MODULE(md, [Managed Domain handling], $md_objs, , most, [ APACHE_CHECK_OPENSSL @@ -284,6 +268,8 @@ APACHE_MODULE(md, [Managed Domain handling], $md_objs, , most, [ AC_MSG_WARN([libcurl not found]) enable_md=no fi + + APR_ADDTO(MOD_MD_LDADD, [ "libmd.la" ]) ]) # Ensure that other modules can pick up mod_md.h |