packages: d2x-xl/d2x-xl.spec - drop "-O3" option (use sed)
lisu
lisu at pld-linux.org
Mon Nov 30 12:49:30 CET 2009
Author: lisu Date: Mon Nov 30 11:49:30 2009 GMT
Module: packages Tag: HEAD
---- Log message:
- drop "-O3" option (use sed)
---- Files affected:
packages/d2x-xl:
d2x-xl.spec (1.22 -> 1.23)
---- Diffs:
================================================================
Index: packages/d2x-xl/d2x-xl.spec
diff -u packages/d2x-xl/d2x-xl.spec:1.22 packages/d2x-xl/d2x-xl.spec:1.23
--- packages/d2x-xl/d2x-xl.spec:1.22 Mon Nov 30 11:29:02 2009
+++ packages/d2x-xl/d2x-xl.spec Mon Nov 30 12:49:25 2009
@@ -18,6 +18,7 @@
BuildRequires: automake
BuildRequires: curl-devel
BuildRequires: openmotif-devel
+BuildRequires: sed >= 4.0
BuildRequires: unrar
BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
@@ -34,6 +35,8 @@
rm INSTALL
unrar x -idq d2x-xl-makefiles.rar
+%{__sed} -i 's/-O3//' configure.ac
+
%build
%{__aclocal}
%{__autoconf}
@@ -63,6 +66,9 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.23 2009/11/30 11:49:25 lisu
+- drop "-O3" option (use sed)
+
Revision 1.22 2009/11/30 10:29:02 lisu
- 1.14.160
================================================================
---- CVS-web:
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/d2x-xl/d2x-xl.spec?r1=1.22&r2=1.23&f=u
More information about the pld-cvs-commit
mailing list