diff options
author | GUAN Xin <guanx.bac@gmail.com> | 2019-08-10 00:41:32 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2019-08-10 00:41:32 +0700 |
commit | 2897b43c33c51e4fee8860d55dbe219b2c2c1fb1 (patch) | |
tree | 6fe42458c75e71d4bcb3efe24da39cf5c2df8b3f /network | |
parent | bacadb18ed582196d4bad1c5d0bc411a012f9f72 (diff) |
network/rdma-core: Fix text.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'network')
-rw-r--r-- | network/rdma-core/README | 2 | ||||
-rw-r--r-- | network/rdma-core/optional_pandoc.patch | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/network/rdma-core/README b/network/rdma-core/README index 2bf247a640eae..158ddc2908b57 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 b86f398a60a0c..1e435a94b2d02 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 |