r28 - in /packages/gnash/trunk/debian: changelog rules

baby-guest at users.alioth.debian.org baby-guest at users.alioth.debian.org
Tue Oct 3 23:20:23 UTC 2006


Author: baby-guest
Date: Tue Oct  3 23:20:22 2006
New Revision: 28

URL: http://svn.debian.org/wsvn/pkg-flash/?sc=1&rev=28
Log:
Added --without-gcc-arch to ./configure in debian/rules so that the
build script don't pass options like "-march=prescot" to gcc even if
the CPU of the build system supports those. Thanks to Timo Juhani
Lindfors <timo.lindfors at iki.fi>. Closes: #390919


Modified:
    packages/gnash/trunk/debian/changelog
    packages/gnash/trunk/debian/rules

Modified: packages/gnash/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-flash/packages/gnash/trunk/debian/changelog?rev=28&op=diff
==============================================================================
--- packages/gnash/trunk/debian/changelog (original)
+++ packages/gnash/trunk/debian/changelog Tue Oct  3 23:20:22 2006
@@ -3,6 +3,10 @@
   * Added cmdline.patch to solve problem of cmdline parser failure
     with "a=b.swf". Thanks to Robert Millan <rmh at aybabtu.com>.
     Closes: #383770
+  * Added --without-gcc-arch to ./configure in debian/rules so that the
+    build script don't pass options like "-march=prescot" to gcc even if
+    the CPU of the build system supports those. Thanks to Timo Juhani
+    Lindfors <timo.lindfors at iki.fi>. Closes: #390919
 
  -- Miriam Ruiz <little_miry at yahoo.es>  Mon, 25 Sep 2006 18:51:20 +0200
 

Modified: packages/gnash/trunk/debian/rules
URL: http://svn.debian.org/wsvn/pkg-flash/packages/gnash/trunk/debian/rules?rev=28&op=diff
==============================================================================
--- packages/gnash/trunk/debian/rules (original)
+++ packages/gnash/trunk/debian/rules Tue Oct  3 23:20:22 2006
@@ -51,7 +51,7 @@
 		--enable-mp3 --enable-plugin --enable-klash --enable-sound=gst \
 		--with-plugindir=\$${prefix}/lib/gnash \
 		--enable-shared=yes --enable-static=yes --enable-sdk-install \
-		--disable-rpath --enable-lotsa-warnings
+		--disable-rpath --enable-lotsa-warnings --without-gcc-arch
 
 	cp libamf/README README.amf
 




More information about the pkg-flash-devel mailing list