]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
Fix build instructions
authorAydın Mercan <aydin@isc.org>
Fri, 13 Jun 2025 15:30:04 +0000 (18:30 +0300)
committerAydın Mercan <aydin@isc.org>
Mon, 23 Jun 2025 10:44:58 +0000 (13:44 +0300)
There were leftover artifacts and instructions from the transition.

doc/arm/build.inc.rst

index 487c14baf651ec355a261d97df1b5c343c475bbb..64a80103690c02684e025e72c6db2c78359aad7d 100644 (file)
@@ -31,7 +31,7 @@ before running ``meson setup``. The most significant ones are:
 |                    | figure out the right one for supported systems. |
 +--------------------+-------------------------------------------------+
 | ``CC_LD``          | The C linker to use.                            |
-+----------------------------------------------------------------------+
++--------------------+-------------------------------------------------+
 | ``CFLAGS``         | The C compiler flags. Defaults to an empty      |
 |                    | string.                                         |
 +--------------------+-------------------------------------------------+
@@ -100,7 +100,8 @@ location, adjust ``PKG_CONFIG_PATH`` or use the option ``--pkg-config-path``.
 To support compression on the HTTP statistics channel, the server must
 be linked against ``zlib`` (https://zlib.net/). If this is installed in
 a nonstandard location, adjust ``PKG_CONFIG_PATH`` or use the option
-``--pkg-config-path``.
+``--pkg-config-path``. Compression can be switched off with
+``-Dzlib=disabled``.
 
 To support storing configuration data for runtime-added zones in an LMDB
 database, the server must be linked with ``liblmdb``
@@ -121,10 +122,10 @@ BIND must be configured with ``-Ddnstap=enabled``.
 
 To support internationalized domain names in :iscman:`dig`, ``libidn2``
 (https://www.gnu.org/software/libidn/#libidn2) must be installed. If the
-library is installed in a nonstandard location, specify the prefix using
-``--with-libidn2=/prefix`` or adjust ``PKG_CONFIG_PATH``.
+library is installed in a nonstandard location, adjust ``PKG_CONFIG_PATH`` or
+use the option ``--pkg-config-path``. IDN support can be switched off with
+``-Didn=disabled``.
 
-<<<<<<< HEAD
 For line editing in :iscman:`nsupdate` and :iscman:`nslookup`,
 the ``libedit`` library (https://www.thrysoee.dk/editline/) must be
 installed. If these are installed at a nonstandard location, adjust