spec: run multiple make jobs when possible

This commit is contained in:
Michal Sekletar 2014-04-14 17:28:57 +02:00
parent 97e3da7a5d
commit 41861128f2
1 changed files with 1 additions and 1 deletions

View File

@ -65,7 +65,7 @@ This package contains the header files for building plugins for ppp.
%build %build
export RPM_OPT_FLAGS="$RPM_OPT_FLAGS -fPIC -Wall" export RPM_OPT_FLAGS="$RPM_OPT_FLAGS -fPIC -Wall"
%configure %configure
make -j1 make %{?_smp_mflags}
%install %install
make INSTROOT=%{buildroot} install install-etcppp make INSTROOT=%{buildroot} install install-etcppp