rpms/mame/devel mame.spec,1.107,1.108

Julian Sikorski belegdol at rpmfusion.org
Wed Jul 8 08:06:52 CEST 2015


Author: belegdol

Update of /cvs/nonfree/rpms/mame/devel
In directory old02.ovh.rpmfusion.lan:/tmp/cvs-serv19651

Modified Files:
	mame.spec 
Log Message:
Dropped %%{?_smp_mflags} in an attempt not to run out of memory when linking


Index: mame.spec
===================================================================
RCS file: /cvs/nonfree/rpms/mame/devel/mame.spec,v
retrieving revision 1.107
retrieving revision 1.108
diff -u -r1.107 -r1.108
--- mame.spec	5 Jul 2015 20:04:17 -0000	1.107
+++ mame.spec	8 Jul 2015 06:06:51 -0000	1.108
@@ -194,12 +194,12 @@
 %endif
 
 %if %{with ldplayer}
-make %{?_smp_mflags} $MAME_FLAGS TARGET=ldplayer OPT_FLAGS="$RPM_OPT_FLAGS"
+make $MAME_FLAGS TARGET=ldplayer OPT_FLAGS="$RPM_OPT_FLAGS"
 %endif
 %if %{with debug}
-make %{?_smp_mflags} $MAME_FLAGS DEBUG=1 TOOLS=1 OPT_FLAGS="$RPM_OPT_FLAGS"
+make $MAME_FLAGS DEBUG=1 TOOLS=1 OPT_FLAGS="$RPM_OPT_FLAGS"
 %else
-make %{?_smp_mflags} $MAME_FLAGS TOOLS=1 OPT_FLAGS="$RPM_OPT_FLAGS"
+make $MAME_FLAGS TOOLS=1 OPT_FLAGS="$RPM_OPT_FLAGS"
 %endif
 
 
@@ -317,6 +317,7 @@
 - Cleaned up the spec file further
 - Dropped upstreamed patches
 - Patched to use system PortAudio
+- Dropped %%{?_smp_mflags} in an attempt not to run out of memory when linking
 
 * Sun Jun 07 2015 Julian Sikorski <belegdol at fedoraproject.org> - 0.162-1
 - Updated to 0.162


More information about the rpmfusion-commits mailing list