Author: sergiomb
Update of /cvs/free/rpms/libopenshot/devel
In directory old02.ovh.rpmfusion.lan:/tmp/cvs-serv961
Modified Files:
libopenshot.spec
Log Message:
* Wed Jun 24 2015 Sérgio Basto <sergio(a)serjux.com> - 0.0.4-2
- Fixed unused-direct-shlib-dependency in cmake with global optflags,
instead use "export CXXFLAGS" that was override all flags .
Index: libopenshot.spec
===================================================================
RCS file: /cvs/free/rpms/libopenshot/devel/libopenshot.spec,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- libopenshot.spec 18 May 2015 15:22:17 -0000 1.5
+++ libopenshot.spec 24 Jun 2015 21:38:11 -0000 1.6
@@ -1,6 +1,8 @@
+%global optflags %(echo %{optflags} -Wl,--as-needed )
+
Name: libopenshot
Version: 0.0.4
-Release: 1%{?dist}
+Release: 2%{?dist}
Summary: Library for creating and editing videos
License: LGPLv3+
@@ -50,7 +52,6 @@
%build
-export CXXFLAGS="-Wl,--as-needed"
%cmake .
make %{?_smp_mflags}
@@ -77,6 +78,10 @@
%changelog
+* Wed Jun 24 2015 Sérgio Basto <sergio(a)serjux.com> - 0.0.4-2
+- Fixed unused-direct-shlib-dependency in cmake with global optflags,
+ instead use "export CXXFLAGS" that was override all flags .
+
* Mon May 18 2015 Hans de Goede <j.w.r.degoede(a)gmail.com> - 0.0.4-1
- New upstream release 0.0.4
- Fix FTBFS (rf#3624)
Show replies by date