summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xpostgresql.spec4
1 files changed, 2 insertions, 2 deletions
diff --git a/postgresql.spec b/postgresql.spec
index 5d05350..e50e0c7 100755
--- a/postgresql.spec
+++ b/postgresql.spec
@@ -410,8 +410,8 @@ export LIBNAME=%{_lib}
--datadir=/usr/share/pgsql \
--with-docdir=%{_docdir}
-make all
-make -C contrib all
+make %{?_smp_mflags} all
+make %{?_smp_mflags} -C contrib all
%if %test
pushd src/test