Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTasos Sahanidis <tasos@tasossah.com>2024-03-21 21:31:32 +0200
committerTasos Sahanidis <tasos@tasossah.com>2024-03-21 21:31:32 +0200
commit6f28fbb649f4b646d63d4bd2e101efb209acf0c0 (patch)
tree8d95d52ad075c74d220ba6b52538bf4d27e1e637
parentf31ae7c54ff29bb63b767a5781a6fefcac491734 (diff)
extra/rdma-core: Disable pandoc
-rw-r--r--extra/rdma-core/PKGBUILD6
1 files changed, 6 insertions, 0 deletions
diff --git a/extra/rdma-core/PKGBUILD b/extra/rdma-core/PKGBUILD
new file mode 100644
index 00000000..0fc8946b
--- /dev/null
+++ b/extra/rdma-core/PKGBUILD
@@ -0,0 +1,6 @@
+makedepends=(${makedepends[@]//pandoc/})
+unset check
+unset checkdepends
+eval "$(
+ declare -f build | sed 's/cmake /cmake -DNO_MAN_PAGES=1 /'
+)"