From 52b0c78930050d2164b911b6f7c137e32f543100 Mon Sep 17 00:00:00 2001 From: Ivan Zhakov Date: Sun, 26 May 2024 19:50:20 +0000 Subject: [PATCH] * README.cmake: Document APR_MODULAR_DSO option. git-svn-id: https://svn.apache.org/repos/asf/apr/apr/trunk@1917991 13f79535-47bb-0310-9956-ffa450edef68 --- README.cmake | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.cmake b/README.cmake index 6fc500a261..ec53ca2b72 100644 --- a/README.cmake +++ b/README.cmake @@ -62,6 +62,9 @@ How to build Default: ON APR_BUILD_TESTAPR Build APR test suite Default: OFF + APR_MODULAR_DSO Use DSO build of modular components. Otherwise modular + components will be statically linked. + Default: ON APR_POOL_DEBUG Turn on pools debugging Default: OFF TEST_STATIC_LIBS Build the test suite to test the APR static @@ -120,7 +123,6 @@ Known Bugs and Limitations + CRYPTO: . APU_HAVE_NSS + APU_HAVE_ICONV -* Static builds of APR modules are not supported. * XML implementation (i.e., Expat or libxml2) could support static XML impl with apr-2.lib.