summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
author GUAN Xin2019-08-09 19:41:32 +0200
committer Willy Sudiarto Raharjo2019-08-09 19:41:32 +0200
commit2897b43c33c51e4fee8860d55dbe219b2c2c1fb1 (patch)
tree6fe42458c75e71d4bcb3efe24da39cf5c2df8b3f
parentbacadb18ed582196d4bad1c5d0bc411a012f9f72 (diff)
downloadslackbuilds-2897b43c33c51e4fee8860d55dbe219b2c2c1fb1.tar.gz
network/rdma-core: Fix text.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
-rw-r--r--network/rdma-core/README2
-rw-r--r--network/rdma-core/optional_pandoc.patch2
2 files changed, 2 insertions, 2 deletions
diff --git a/network/rdma-core/README b/network/rdma-core/README
index 2bf247a640..158ddc2908 100644
--- a/network/rdma-core/README
+++ b/network/rdma-core/README
@@ -1,4 +1,4 @@
-The "rdma-core" the userspace components for the Linux Kernel's
+The "rdma-core" is the userspace components for the Linux Kernel's
drivers/infiniband subsystem. Specifically this contains the
userspace libraries for the following device nodes:
diff --git a/network/rdma-core/optional_pandoc.patch b/network/rdma-core/optional_pandoc.patch
index b86f398a60..1e435a94b2 100644
--- a/network/rdma-core/optional_pandoc.patch
+++ b/network/rdma-core/optional_pandoc.patch
@@ -1,5 +1,5 @@
The master "CMakeLists.txt" listed "pandoc" as an optional dependency,
-but subsequent "make install" fails is "pandoc" was missing.
+but subsequent "make install" fails if "pandoc" is missing.
This patch makes "pandoc" really optional.
diff -ru rdma-core-25.0.orig/CMakeLists.txt rdma-core-25.0/CMakeLists.txt
--- rdma-core-25.0.orig/CMakeLists.txt 2019-07-26 02:17:21.000000000 +0800