Disable SMP build

This commit is contained in:
Bastien Nocera 2009-09-29 10:38:32 +00:00
parent 60eea8564a
commit 6ff181f6d6

View File

@ -61,11 +61,13 @@ This package contains the libraries amd header files that are needed
for writing applications that require a Bluetooth device selection widget. for writing applications that require a Bluetooth device selection widget.
%prep %prep
%setup -q -n gnome-bluetooth-%{version} %setup -q
%build %build
%configure --disable-desktop-update --disable-icon-update %configure --disable-desktop-update --disable-icon-update
make %{?_smp_mflags} # FIXME
# make %{?_smp_mflags}
make
%install %install