[svn] r4822 - trunk/rpms/mms_client
packagers at lists.rpmforge.net
packagers at lists.rpmforge.net
Sun Oct 15 15:18:14 CEST 2006
Author: dries
Date: 2006-10-15 15:18:12 +0200 (Sun, 15 Oct 2006)
New Revision: 4822
Modified:
trunk/rpms/mms_client/mms_client.spec
Log:
only -O2 as optflags
Modified: trunk/rpms/mms_client/mms_client.spec
===================================================================
--- trunk/rpms/mms_client/mms_client.spec 2006-10-15 13:07:03 UTC (rev 4821)
+++ trunk/rpms/mms_client/mms_client.spec 2006-10-15 13:18:12 UTC (rev 4822)
@@ -22,6 +22,8 @@
%setup
%build
+# it builds with normal optflags, but it doesn't work..
+%{expand: %%define optflags -O2}
%configure
%{__make} %{?_smp_mflags}
More information about the svn-commits
mailing list