From 42bd6e21d01aea85e176742808b89da3de5768d3 Mon Sep 17 00:00:00 2001 From: kzak Date: Wed, 17 Aug 2005 12:46:40 +0000 Subject: [PATCH] - fix make SMP options --- util-linux.spec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/util-linux.spec b/util-linux.spec index d9158bb..7c055a2 100644 --- a/util-linux.spec +++ b/util-linux.spec @@ -242,7 +242,7 @@ autoconf # note: we disable tty group (USE_TTY_GROUP) in Makefiles to prevent call chgrp # during the "make install". But we define -DUSE_TTY_GROUP that enable tty groups in # *.c files only. -export CFLAGS="%{make_cflags} -DUSE_TTY_GROUP $RPM_OPT_FLAGS %{?_smp_mflags}" +export CFLAGS="%{make_cflags} -DUSE_TTY_GROUP $RPM_OPT_FLAGS" %configure \ --disable-wall \ --disable-use-tty-group \ @@ -259,7 +259,7 @@ export CFLAGS="%{make_cflags} -DUSE_TTY_GROUP $RPM_OPT_FLAGS %{?_smp_mflags}" %define _prefix /usr # build util-linux -make +make %{?_smp_mflags} # build kbdrate %if %{with_kbdrate}