diff options
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.patch | 22 |
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. | + +--------------------+-------------------------------------------------+ |