diff options
author | CoprDistGit <copr-devel@lists.fedorahosted.org> | 2023-03-07 03:17:54 +0000 |
---|---|---|
committer | CoprDistGit <copr-devel@lists.fedorahosted.org> | 2023-03-07 03:17:54 +0000 |
commit | 2fed2c4ddcd5138b4f23f3204969d6954f0de3c5 (patch) | |
tree | 4864aa78a3c3c0bdaa1dee06795e9a7f430e3e5f | |
parent | 20f271ff25dfc5e22fd2759998518f49ee685e92 (diff) |
automatic import of lizardfs
-rw-r--r-- | lizardfs.spec | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lizardfs.spec b/lizardfs.spec index 4bbe92e..e657205 100644 --- a/lizardfs.spec +++ b/lizardfs.spec @@ -255,7 +255,8 @@ echo 'Defaults !requiretty' >> /etc/sudoers %build ./configure --with-doc -make %{?_smp_mflags} +#make %{?_smp_mflags} +make -j4 %install rm -rf $RPM_BUILD_ROOT |