On Thu, Apr 01, 2010 at 11:00:18PM +0200, Adrian Knoth wrote:

> -    conf.env.append_unique('CXXFLAGS', '-O3 -Wall')
> -    conf.env.append_unique('CCFLAGS', '-O3 -Wall')
> +    conf.env.append_unique('CXXFLAGS', "-O3")
> +    conf.env.append_unique('CCFLAGS', "-O3")
> 
> This makes it work, at least until the next error. I'll dig further.

I guess we could propose the following patch to upstream:

-    conf.env.append_unique('CXXFLAGS', '-O3 -Wall')
-    conf.env.append_unique('CCFLAGS', '-O3 -Wall')
+    conf.env.append_unique('CXXFLAGS', ["-O3", "-Wall"])
+    conf.env.append_unique('CCFLAGS', ["-O3", "-Wall"])



-- 
mail: a...@thur.de      http://adi.thur.de      PGP/GPG: key via keyserver

The trouble with being punctual is that nobody's there to appreciate it.
                -- Franklin P. Jones

_______________________________________________
pkg-multimedia-maintainers mailing list
pkg-multimedia-maintainers@lists.alioth.debian.org
http://lists.alioth.debian.org/mailman/listinfo/pkg-multimedia-maintainers

Reply via email to