rpms/gnash/devel gnash.spec,1.76,1.77

Kevin Kofler kkofler at fedoraproject.org
Thu Feb 11 22:56:22 UTC 2010


Author: kkofler

Update of /cvs/pkgs/rpms/gnash/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv30522/devel

Modified Files:
	gnash.spec 
Log Message:
* Thu Feb 11 2010 Kevin Kofler <Kevin at tigcc.ticalc.org> - 1:0.8.6-12
- don't build libltdlc.a


Index: gnash.spec
===================================================================
RCS file: /cvs/pkgs/rpms/gnash/devel/gnash.spec,v
retrieving revision 1.76
retrieving revision 1.77
diff -u -p -r1.76 -r1.77
--- gnash.spec	11 Feb 2010 22:28:32 -0000	1.76
+++ gnash.spec	11 Feb 2010 22:56:21 -0000	1.77
@@ -122,6 +122,9 @@ sed -i -e 's!libkdeui.la!libkdeui.so!g' 
 # Currently kde4-gnash (from kde4 branch) links against various KDE libraries,
 # but only needs Qt -- remove the superfluous linkage
 sed -i -e 's!\$(KDE4_LIBS)!!g' gui/Makefile.in
+# we don't want any builtin ltdl built, configure wants always either
+# ltdl-install or ltdl-convenience, hack that out
+sed -i -e 's/test x"${enable_ltdl_convenience-no}" != xno/false/g' configure
 
 #chmod a-x libgeometry/snappingrange.h backend/render*.h gui/gtk_glue_agg.{h,cpp} 
 
@@ -143,7 +146,7 @@ mv AUTHORS.utf8 AUTHORS
   --with-kde4-prefix=%{_kde4_prefix} \
   --with-kde4-lib=%{_kde4_libdir}/kde4/devel \
   --with-kde4-incl=%{_kde4_includedir} \
-  --without-included-ltdl --disable-ltdl-convenience
+  --without-included-ltdl
 # make sure the Qt 4 moc etc. tools are found
 export PATH=%{_qt4_prefix}/bin:$PATH
 #doesn't work currently: %%{?_smp_mflags}
@@ -322,7 +325,7 @@ fi
 
 %changelog
 * Thu Feb 11 2010 Kevin Kofler <Kevin at tigcc.ticalc.org> - 1:0.8.6-12
-- --disable-ltdl-convenience
+- don't build libltdlc.a
 
 * Thu Feb 11 2010 Kevin Kofler <Kevin at tigcc.ticalc.org> - 1:0.8.6-11
 - --without-included-ltdl (CVE-2009-3736)



More information about the scm-commits mailing list