summaryrefslogtreecommitdiffstats
path: root/debian/patches/0003-Remove-the-reference-to-OPTIONS.md-it-breaks-build-o.patch
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-27 23:51:29 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-27 23:51:29 +0000
commitcfd53d371fcc4098b1bbf4f3fbffb5d542412cc7 (patch)
tree23344b29dcd23b59dbf69a84afb8d9a33ea74eb2 /debian/patches/0003-Remove-the-reference-to-OPTIONS.md-it-breaks-build-o.patch
parentMerging upstream version 1:9.16.48. (diff)
downloadbind9-cfd53d371fcc4098b1bbf4f3fbffb5d542412cc7.tar.xz
bind9-cfd53d371fcc4098b1bbf4f3fbffb5d542412cc7.zip
Adding debian version 1:9.16.48-1.debian/1%9.16.48-1debian
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'debian/patches/0003-Remove-the-reference-to-OPTIONS.md-it-breaks-build-o.patch')
-rw-r--r--debian/patches/0003-Remove-the-reference-to-OPTIONS.md-it-breaks-build-o.patch22
1 files changed, 22 insertions, 0 deletions
diff --git a/debian/patches/0003-Remove-the-reference-to-OPTIONS.md-it-breaks-build-o.patch b/debian/patches/0003-Remove-the-reference-to-OPTIONS.md-it-breaks-build-o.patch
new file mode 100644
index 0000000..9cd5b13
--- /dev/null
+++ b/debian/patches/0003-Remove-the-reference-to-OPTIONS.md-it-breaks-build-o.patch
@@ -0,0 +1,22 @@
+From: =?utf-8?b?T25kxZllaiBTdXLDvQ==?= <ondrej@debian.org>
+Date: Wed, 16 Mar 2022 20:28:46 +0100
+Subject: Remove the reference to OPTIONS.md - it breaks build on Debian
+ stretch
+
+---
+ doc/arm/build.rst | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/doc/arm/build.rst b/doc/arm/build.rst
+index 7c266c9..1a5f000 100644
+--- a/doc/arm/build.rst
++++ b/doc/arm/build.rst
+@@ -39,7 +39,7 @@ before running ``configure``. The most significant ones are:
+ | ``STD_CDEFINES`` | Any additional preprocessor symbols you want |
+ | | defined. Defaults to empty string. For a list |
+ | | of possible settings, see the file |
+-| | `OPTIONS <OPTIONS.md>`__. |
++| | OPTIONS.md. |
+ +--------------------+-------------------------------------------------+
+ | ``LDFLAGS`` | The linker flags. Defaults to an empty string. |
+ +--------------------+-------------------------------------------------+