SPECS: xine-lib.spec - disable auto optimizations (use RPM_OPT_FLAGS)
charles
charles at pld-linux.org
Thu Mar 30 16:01:33 CEST 2006
Author: charles Date: Thu Mar 30 14:01:33 2006 GMT
Module: SPECS Tag: HEAD
---- Log message:
- disable auto optimizations (use RPM_OPT_FLAGS)
---- Files affected:
SPECS:
xine-lib.spec (1.169 -> 1.170)
---- Diffs:
================================================================
Index: SPECS/xine-lib.spec
diff -u SPECS/xine-lib.spec:1.169 SPECS/xine-lib.spec:1.170
--- SPECS/xine-lib.spec:1.169 Sat Mar 25 14:13:05 2006
+++ SPECS/xine-lib.spec Thu Mar 30 16:01:28 2006
@@ -82,6 +82,8 @@
%define _pluginsdir %{_libdir}/xine/plugins/%{version}
+%define specflags -fomit-frame-pointer
+
%description
xine is a free gpl-licensed video player for unix-like systems. We
support mpeg-2 and mpeg-1 system (audio + video multiplexed) streams,
@@ -689,7 +691,8 @@
--enable-ipv6 \
%{?with_aalib:--with-aalib-prefix=/usr} \
--with-external-dvdnav \
- --with-w32-path=%{_libdir}/codecs
+ --with-w32-path=%{_libdir}/codecs \
+ --disable-optimizations # we use own RPM_OPT_FLAGS optimalizations
%{__make}
@@ -996,6 +999,9 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.170 2006/03/30 14:01:28 charles
+- disable auto optimizations (use RPM_OPT_FLAGS)
+
Revision 1.169 2006/03/25 13:13:05 wolf
- rel 4 to rebuild with new libcdio
================================================================
---- CVS-web:
http://cvs.pld-linux.org/SPECS/xine-lib.spec?r1=1.169&r2=1.170&f=u
More information about the pld-cvs-commit
mailing list