From be132bc359573ec720184d96c75a96a400dfd1fe Mon Sep 17 00:00:00 2001 From: Elliot Lee Date: Tue, 16 Nov 2004 23:01:49 +0000 Subject: _smp_mflags --- postgresql.spec | 4 ++-- 1 file 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 -- cgit