add --disable-static

It makes the build slightly faster.
This commit is contained in:
Michal Schmidt 2012-01-22 20:46:43 +01:00
parent 590f0a7d34
commit a0a648166b

View File

@ -119,7 +119,7 @@ SysV compatibility tools for systemd
%build
%{?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}
%install