]> git.ipfire.org Git - thirdparty/bind9.git/commit
Allow static linking in the developer mode
authorOndřej Surý <ondrej@isc.org>
Wed, 12 Aug 2020 13:19:23 +0000 (15:19 +0200)
committerOndřej Surý <ondrej@isc.org>
Wed, 12 Aug 2020 19:56:37 +0000 (21:56 +0200)
commiteb0d5a9526d97e81329e70a975f58bb3dc8d32ea
tree889d9d1374434e260ca1dccda0bb402b29a08fca
parentc8538c50b43ddbdc4ce804cce29ea8cd610442c2
Allow static linking in the developer mode

Previously, we have disallowed static linking (for good reasons).
However, there are legitimate reasons where static linking might be
useful, and one of the reasons is the OSS-Fuzz project that doesn't have
the libraries used for build, so static linking is the sane option here.

The static linking is still disallowed in the "production" builds, but
it's not possible to disable shared and enable static libraries when
used together with --enable-developer.
configure.ac