From cde62e8323c183446bf807718b82701abbf4cbec Mon Sep 17 00:00:00 2001 From: Willow C Reed Date: Wed, 15 Apr 2026 18:42:50 -0600 Subject: [PATCH] this config should actually work now i think --- anda/system/openzfs/userspace/openzfs.spec | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/anda/system/openzfs/userspace/openzfs.spec b/anda/system/openzfs/userspace/openzfs.spec index 1618bd6f9c..115c904dd5 100644 --- a/anda/system/openzfs/userspace/openzfs.spec +++ b/anda/system/openzfs/userspace/openzfs.spec @@ -63,10 +63,11 @@ OpenZFS userspace tools --with-dracutdir=%{_dracutdir} \ --with-pamconfigsdir=%{_datadir}/pam-configs \ --with-pammoduledir=%{_libdir}/security \ - --with-python=%{__python} \ --with-pkgconfigdir=%{_pkgconfigdir} \ --with-mounthelperdir=%{_sbindir} \ - --disable-static + --disable-static \ + CFLAGS="-fuse-ld=mold" \ + CXXFLAGS="-fuse-ld=mold" %make_build @@ -76,7 +77,7 @@ OpenZFS userspace tools find %{buildroot} -name '*.la' -delete %files -??? + %post %systemd_post zfs-import-cache.service