summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMikle Kolyada <zlogene@gentoo.org>2019-09-13 18:08:34 +0300
committerMikle Kolyada <zlogene@gentoo.org>2019-09-13 18:11:42 +0300
commit76aaea7d5b986c9f5832993016404047422f50f9 (patch)
treec5f526af8b9210525aba6383379cffcb6a7fc711 /sys-cluster/rdma-core/rdma-core-9999.ebuild
parent*/*: Reassign hd_brummy's packages (diff)
downloadgentoo-76aaea7d5b986c9f5832993016404047422f50f9.tar.gz
gentoo-76aaea7d5b986c9f5832993016404047422f50f9.tar.bz2
gentoo-76aaea7d5b986c9f5832993016404047422f50f9.zip
sys-cluster/rdma-core: Version bump (v25.0)
- make pandoc optional (otherwise 25.0 fails to build) - point correct SHAREDSTATEDIR Closes: https://bugs.gentoo.org/694158 Package-Manager: Portage-2.3.69, Repoman-2.3.16 Signed-off-by: Mikle Kolyada <zlogene@gentoo.org>
Diffstat (limited to 'sys-cluster/rdma-core/rdma-core-9999.ebuild')
-rw-r--r--sys-cluster/rdma-core/rdma-core-9999.ebuild1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys-cluster/rdma-core/rdma-core-9999.ebuild b/sys-cluster/rdma-core/rdma-core-9999.ebuild
index e96e6d799086..69def0d58b57 100644
--- a/sys-cluster/rdma-core/rdma-core-9999.ebuild
+++ b/sys-cluster/rdma-core/rdma-core-9999.ebuild
@@ -61,6 +61,7 @@ src_configure() {
local mycmakeargs=(
-DCMAKE_INSTALL_SYSCONFDIR=/etc
-DCMAKE_INSTALL_FULL_RUNDIR=/run
+ -DCMAKE_INSTALL_SHAREDSTATEDIR=/var/lib
-DCMAKE_INSTALL_UDEV_RULESDIR="$(get_udevdir)"/rules.d
-DCMAKE_INSTALL_SYSTEMD_SERVICEDIR="$(systemd_get_systemunitdir)"
-DCMAKE_DISABLE_FIND_PACKAGE_pandoc=yes