summaryrefslogtreecommitdiff
path: root/Documentation
diff options
context:
space:
mode:
authorBen Pfaff <blp@ovn.org>2018-01-12 10:42:39 -0800
committerBen Pfaff <blp@ovn.org>2018-01-12 11:17:02 -0800
commitffbbb670152d5e2194fe4cb6e1d952af4e8f1624 (patch)
tree5b160b8bc84d9000fcec48ee141dc115fa86051a /Documentation
parentd4042a708f08a79bb1f7501dec16607a6f602490 (diff)
downloadopenvswitch-ffbbb670152d5e2194fe4cb6e1d952af4e8f1624.tar.gz
docs: Recommend newer version of "sparse".
The previously recommended version of sparse, version 0.4.4, does not support -Wsparse-error properly, so configuring with --enable-Werror and --enable-sparse will not have the desired effect of breaking the build when sparse reports an error. Version 0.5.1 and later do implement this properly. This commit also updates the recommended URL for sparse because the previous URL doesn't have the newer releases. Reported-by: Justin Pettit <jpettit@ovn.org> Signed-off-by: Ben Pfaff <blp@ovn.org> Acked-by: Justin Pettit <jpettit@ovn.org>
Diffstat (limited to 'Documentation')
-rw-r--r--Documentation/intro/install/general.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/Documentation/intro/install/general.rst b/Documentation/intro/install/general.rst
index b163564d7..deba3eb08 100644
--- a/Documentation/intro/install/general.rst
+++ b/Documentation/intro/install/general.rst
@@ -160,8 +160,8 @@ other than plain text, only if you have the following:
If you are going to extensively modify Open vSwitch, consider installing the
following to obtain better warnings:
-- "sparse" version 0.4.4 or later
- (https://www.kernel.org/pub/software/devel/sparse/dist/).
+- "sparse" version 0.5.1 or later
+ (https://git.kernel.org/pub/scm/devel/sparse/sparse.git/).
- GNU make.