add --disable-static
It makes the build slightly faster.
This commit is contained in:
parent
590f0a7d34
commit
a0a648166b
@ -119,7 +119,7 @@ SysV compatibility tools for systemd
|
|||||||
|
|
||||||
%build
|
%build
|
||||||
%{?gitcommit: ./autogen.sh }
|
%{?gitcommit: ./autogen.sh }
|
||||||
%configure --with-rootprefix= --with-distro=fedora --with-rootlibdir=/%{_lib}
|
%configure --with-rootprefix= --with-distro=fedora --with-rootlibdir=/%{_lib} --disable-static
|
||||||
make %{?_smp_mflags}
|
make %{?_smp_mflags}
|
||||||
|
|
||||||
%install
|
%install
|
||||||
|
Loading…
Reference in New Issue
Block a user