From: Arthur Jones Date: Mon, 12 Mar 2018 16:32:23 +0000 (+0000) Subject: docs/install.texi: document --enable-numeric-version X-Git-Tag: frr-5.0-dev~172^2 X-Git-Url: https://git.puffer.fish/?a=commitdiff_plain;h=12cd053cd64904425cb19f4b3e5fb154a9a713e8;p=matthieu%2Ffrr.git 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 --- 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