commit:     edbfc899f62b8eaa2a8ef04a8e888eb8f3139c15
Author:     Tim Harder <radhermit <AT> gentoo <DOT> org>
AuthorDate: Tue Dec 11 07:09:42 2018 +0000
Commit:     Tim Harder <radhermit <AT> gentoo <DOT> org>
CommitDate: Tue Dec 11 07:12:18 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=edbfc899

sys-fs/fuse-common: fix install on systems without udev

Closes: https://bugs.gentoo.org/672912
Signed-off-by: Tim Harder <radhermit <AT> gentoo.org>

 sys-fs/fuse-common/fuse-common-3.2.6.ebuild | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/sys-fs/fuse-common/fuse-common-3.2.6.ebuild 
b/sys-fs/fuse-common/fuse-common-3.2.6.ebuild
index 9e426d8256a..d5c5ba2c48b 100644
--- a/sys-fs/fuse-common/fuse-common-3.2.6.ebuild
+++ b/sys-fs/fuse-common/fuse-common-3.2.6.ebuild
@@ -28,6 +28,11 @@ src_prepare() {
        filter-flags -flto*
 }
 
+src_configure() {
+       local emesonargs=( -Dudevrulesdir="$(get_udevdir)"/rules.d )
+       meson_src_configure
+}
+
 src_install() {
        newsbin "${BUILD_DIR}"/util/mount.fuse3 mount.fuse
        newman doc/mount.fuse3.8 mount.fuse.8

Reply via email to