commit: f025dcc968fa174adca5d9071898bdce9fb373ac Author: Thomas Deutschmann <whissi <AT> gentoo <DOT> org> AuthorDate: Wed Nov 25 11:39:47 2020 +0000 Commit: Thomas Deutschmann <whissi <AT> gentoo <DOT> org> CommitDate: Wed Nov 25 11:40:01 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f025dcc9
sys-cluster/libqb: set socket dir to /run Closes: https://bugs.gentoo.org/756694 Package-Manager: Portage-3.0.10, Repoman-3.0.2 Signed-off-by: Thomas Deutschmann <whissi <AT> gentoo.org> sys-cluster/libqb/{libqb-2.0.1.ebuild => libqb-2.0.1-r1.ebuild} | 1 + 1 file changed, 1 insertion(+) diff --git a/sys-cluster/libqb/libqb-2.0.1.ebuild b/sys-cluster/libqb/libqb-2.0.1-r1.ebuild similarity index 97% rename from sys-cluster/libqb/libqb-2.0.1.ebuild rename to sys-cluster/libqb/libqb-2.0.1-r1.ebuild index 661baf49bdb..22311b86bfc 100644 --- a/sys-cluster/libqb/libqb-2.0.1.ebuild +++ b/sys-cluster/libqb/libqb-2.0.1-r1.ebuild @@ -41,6 +41,7 @@ src_prepare() { src_configure() { econf \ --disable-static \ + --with-socket-dir=/run \ $(use_enable systemd systemd-journal) \ $(use_enable debug) }
