diff options
author | Mike Gilbert <floppym@gentoo.org> | 2021-11-05 19:16:22 -0400 |
---|---|---|
committer | Mike Gilbert <floppym@gentoo.org> | 2021-11-05 19:16:22 -0400 |
commit | ab0f17bb3637aec78e388c3704bee2a77c8b1eb1 (patch) | |
tree | 08e2034397e27fec60cb11c428d6c021b8fea781 /sys-fs/ntfs3g | |
parent | sys-fs/ntfs3g: drop 2017.3.23.5-r1 (diff) | |
download | gentoo-ab0f17bb3637aec78e388c3704bee2a77c8b1eb1.tar.gz gentoo-ab0f17bb3637aec78e388c3704bee2a77c8b1eb1.tar.bz2 gentoo-ab0f17bb3637aec78e388c3704bee2a77c8b1eb1.zip |
sys-fs/ntfs3g: use internal FUSE library
This is required for suid support.
Closes: https://bugs.gentoo.org/822024
Signed-off-by: Mike Gilbert <floppym@gentoo.org>
Diffstat (limited to 'sys-fs/ntfs3g')
-rw-r--r-- | sys-fs/ntfs3g/ntfs3g-2021.8.22-r1.ebuild (renamed from sys-fs/ntfs3g/ntfs3g-2021.8.22.ebuild) | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sys-fs/ntfs3g/ntfs3g-2021.8.22.ebuild b/sys-fs/ntfs3g/ntfs3g-2021.8.22-r1.ebuild index f022ac5e5589..e15ee8fbd07b 100644 --- a/sys-fs/ntfs3g/ntfs3g-2021.8.22.ebuild +++ b/sys-fs/ntfs3g/ntfs3g-2021.8.22-r1.ebuild @@ -20,7 +20,6 @@ IUSE="acl debug +mount-ntfs ntfsdecrypt +ntfsprogs static-libs suid xattr" RDEPEND=" sys-apps/util-linux:0= - sys-fs/fuse:0 ntfsdecrypt? ( >=dev-libs/libgcrypt-1.2.2:0 >=net-libs/gnutls-1.4.4 @@ -66,7 +65,7 @@ src_configure() { # don't links to hwinfo one causing issues like bug #602360 --without-hd - --with-fuse=external + --with-fuse=internal ) econf "${myconf[@]}" |