rpms/djvulibre/devel djvulibre.spec,1.9,1.10

Matthias Saou (thias) fedora-extras-commits at redhat.com
Thu Aug 4 18:19:45 UTC 2005


Author: thias

Update of /cvs/extras/rpms/djvulibre/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv23046/devel

Modified Files:
	djvulibre.spec 
Log Message:
Remove _smp_mflags and add OPTS= (#156208).



Index: djvulibre.spec
===================================================================
RCS file: /cvs/extras/rpms/djvulibre/devel/djvulibre.spec,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- djvulibre.spec	4 Aug 2005 18:10:10 -0000	1.9
+++ djvulibre.spec	4 Aug 2005 18:19:43 -0000	1.10
@@ -35,7 +35,8 @@
 
 %build
 %configure
-%{__make} %{?_smp_mflags}
+# In 3.5.14 %{?_smp_mflags} broke the build
+%{__make} OPTS="%{optflags}"
 
 
 %install
@@ -101,6 +102,7 @@
 - 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 <dwmw2 at infradead.org> 3.5.14-6
 - Remove files that were installed only for older KDE versions.




More information about the scm-commits mailing list