From ffc379865204e8b26603cc1fe126847686450451 Mon Sep 17 00:00:00 2001 From: Matthias Saou Date: Thu, 4 Aug 2005 18:19:43 +0000 Subject: [PATCH] Remove _smp_mflags and add OPTS= (#156208). --- djvulibre.spec | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/djvulibre.spec b/djvulibre.spec index cb971b2..55ce7cb 100644 --- a/djvulibre.spec +++ b/djvulibre.spec @@ -35,7 +35,8 @@ compatible with version 3.5 of the LizardTech DjVu software suite. %build %configure -%{__make} %{?_smp_mflags} +# In 3.5.14 %{?_smp_mflags} broke the build +%{__make} OPTS="%{optflags}" %install @@ -101,6 +102,7 @@ update-desktop-database /usr/share/applications || : - Clean build requirements and add libtiff-devel. - Add redhat-menus build req since it owns /etc/xdg/menus/applications.menu, which the configure script checks to install the desktop file. +- Add OPTS to the make line (#156208 - Michael Schwendt). * Tue May 3 2005 David Woodhouse 3.5.14-6 - Remove files that were installed only for older KDE versions.