Skip to content

Commit

Permalink
* README.cmake: Document APR_MODULAR_DSO option.
Browse files Browse the repository at this point in the history
git-svn-id: https://svn.apache.org/repos/asf/apr/apr/trunk@1917991 13f79535-47bb-0310-9956-ffa450edef68
  • Loading branch information
Ivan Zhakov committed May 26, 2024
1 parent 66d769e commit 52b0c78
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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.

Expand Down

0 comments on commit 52b0c78

Please sign in to comment.