From 12cd053cd64904425cb19f4b3e5fb154a9a713e8 Mon Sep 17 00:00:00 2001 From: Arthur Jones Date: Mon, 12 Mar 2018 16:32:23 +0000 Subject: [PATCH] docs/install.texi: document --enable-numeric-version Document the configure option to strip non-numeric characters from the version string. Testing done: Build alpine packages in docker, run texinfo on the doc apk package. Issue: https://github.com/FRRouting/frr/issues/1859 Signed-off-by: Arthur Jones --- doc/install.texi | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/doc/install.texi b/doc/install.texi index d0d56804b0..e6d4be61dd 100644 --- a/doc/install.texi +++ b/doc/install.texi @@ -109,6 +109,10 @@ of grammar sandbox. Turn on some compile options to allow you to run fuzzing tools against the system. This tools is intended as a developer only tool and should not be used for normal operations +@item --enable-numeric-version +Alpine Linux does not allow non-numeric characters in the version +string. With this option, we provide a way to strip out these +characters for apk dev package builds. @end table You may specify any combination of the above options to the configure -- 2.39.5